CN114047865B - 图形操控方法 - Google Patents
图形操控方法 Download PDFInfo
- Publication number
- CN114047865B CN114047865B CN202111331956.6A CN202111331956A CN114047865B CN 114047865 B CN114047865 B CN 114047865B CN 202111331956 A CN202111331956 A CN 202111331956A CN 114047865 B CN114047865 B CN 114047865B
- Authority
- CN
- China
- Prior art keywords
- detection point
- operation object
- target object
- vector
- threshold value
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
- G06F3/04845—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
- G06F3/0486—Drag-and-drop
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0487—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
- G06F3/0488—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2203/00—Indexing scheme relating to G06F3/00 - G06F3/048
- G06F2203/048—Indexing scheme relating to G06F3/048
- G06F2203/04806—Zoom, i.e. interaction techniques or interactors for controlling the zooming operation
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Processing Or Creating Images (AREA)
Abstract
本发明涉及图形操控技术领域,为了准确地将一个图形放置在另一个图形边缘或中轴的位置,提供了一种图形操控方法,包括:1、获取操作对象的最小外接矩形;2、在最小外接矩形上获取检测点;3、获取目标对象的最小外接矩形及检测点;4、移动操作对象使其靠近目标对象,依次计算操作对象每个检测点与目标对象每个检测点的水平轴向距离及垂直轴向距离,当距离小于阈值时,记录操作对象检测点移动到目标对象检测点对应轴的向量A;5、获取操作对象上一时刻的移动向量B;6、求取操作对象的实际移动向量C;7、操作对象按实际移动向量C移动。采用上述方式可以准确地将一个图形放置在另一个图形的指定位置。
Description
技术领域
本发明涉及图形操控技术领域,具体是一种图形操控方法。
背景技术
电子白板已经广泛应用于教育、科研等领域。现代化的电子白板通常搭载于可触摸的大屏显示器上。电子白板的操控方式有两种:直接用手指在图形对象上进行操作;用鼠标在PC电脑上操作,画面通过投屏方式显示在一个或多个屏幕上。对于上述两种操作方式,要把某一个图形准确地放置在另一个图形的边缘或中轴的位置,或者把某一个图形准确地缩放到指定的大小,使其与别的图形在水平或垂直轴向上相邻,操作起来比较困难,往往会存在细微的误差。
发明内容
为了准确地将一个图形放置在另一个图形边缘或中轴的位置,本发明提供了一种图形操控方法。
本发明解决上述问题所采用的技术方案是:
图形操控方法,包括:
步骤1、获取操作对象的最小外接矩形,所述最小外接矩形的旋转角为0度;
步骤2、在最小外接矩形的四条边中点上分别获取一个检测点;
步骤3、采用与步骤1和步骤2相同的方式获取目标对象的最小外接矩形及目标对象的检测点;
步骤4、移动操作对象使其靠近目标对象,依次计算操作对象每个检测点与目标对象每个检测点的水平轴向距离及垂直轴向距离,当距离小于阈值时,记录操作对象检测点移动到目标对象检测点对应轴的向量A;
步骤5、获取操作对象上一时刻的移动向量B;
步骤6、求取操作对象的实际移动向量C:向量C=向量A+向量B;
步骤7、操作对象按实际移动向量C移动。
进一步地,所述步骤4中,当距离小于阈值时还包括显示移动辅助线:当水平轴向距离小于阈值时,所述移动辅助线为分别过操作对象检测点及目标对象检测点的水平线;当垂直轴向距离小于阈值时,所述移动辅助线为分别过操作对象检测点及目标对象检测点的垂直线。
进一步地,所述步骤4中若水平或垂直轴向存在多个满足距离小于阈值的检测点,则以距离最近的两个检测点分别计算向量A。
进一步地,所述阈值为4像素。
进一步地,显示结果辅助线,所述结果辅助线为操作对象完成移动后,过操作对象检测点及目标对象检测点的水平线或垂直线。
本发明相比于现有技术具有的有益效果是:在两个图形靠近时自动对操作对象的移动方向及距离进行修正,使其得以吸附在目标对象上,从而使放置位置更精确。
附图说明
图1为本申请图形操控方法流程图;
图2为操作对象最小外接矩形及检测点示意图;
图3为向量A的示意图;
图4为向量C的示意图;
附图标记:1、最小外接矩形,2、检测点,3、目标对象的最小外接矩形,4、操作对象的最小外接矩形,5、移动辅助线。
具体实施方式
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合实施例,对本发明进行进一步的详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。
如图1所示,图形操控方法,包括:
步骤1、获取操作对象的最小外接矩形1,所述最小外接矩形1的旋转角为0度;
步骤2、在最小外接矩形1的四条边中点上分别获取一个检测点2,如图2所示;
步骤3、采用与步骤1和步骤2相同的方式获取目标对象的最小外接矩形3及目标对象的检测点2;
步骤4、移动操作对象使其靠近目标对象,依次计算操作对象每个检测点2与目标对象每个检测点2的水平轴向距离及垂直轴向距离,当距离小于阈值时,在本实施例中,阈值为4像素,记录操作对象的检测点2移动到目标对象的检测点2对应轴的向量A,当操作对象从斜向靠近目标对象时,向量A有两个记为A1、A2,对应操作对象不同检测点到目标对象检测点不同轴的向量,如图3所示;
步骤5、获取操作对象上一时刻的移动向量B;
步骤6、求取操作对象的实际移动向量C:向量C=向量A+向量B,如图4所示;
步骤7、操作对象按实际移动向量C移动。
优选的,为了便于用户获知操作对象与目标对象间的间距,所述步骤4中,当距离小于阈值时还包括显示移动辅助线5:当水平轴向距离小于阈值时,所述移动辅助线5为分别过操作对象检测点2及目标对象检测点2的水平线;当垂直轴向距离小于阈值时,所述移动辅助线5为分别过操作对象检测点2及目标对象检测点2的垂直线,如图4所示。
进一步的,所述步骤4中若水平或垂直轴向存在多个满足距离小于阈值的检测点,则以距离最近的两个检测点分别计算向量A,采用这种方式是为了避免了多次纠正带来的抖动,同时也杜绝了反复纠正带来的无限循环。
为了便于用户观看最终的移动效果,还包括步骤8、显示结果辅助线,所述结果辅助线为操作对象完成移动后,过操作对象检测点2及目标对象检测点2的水平线或垂直线。
把某一个图形准确地缩放到指定的大小,使其与别的图形在水平或垂直轴向上相邻,也是通过获取实际移动向量C实现的,具体步骤与两个对象靠近相似,在此不再赘述。
Claims (5)
1.图形操控方法,其特征在于,包括:
步骤1、获取操作对象的最小外接矩形,所述最小外接矩形的旋转角为0度;
步骤2、在最小外接矩形的四条边中点上分别获取一个检测点;
步骤3、采用与步骤1和步骤2相同的方式获取目标对象的最小外接矩形及目标对象的检测点;
步骤4、移动操作对象使其靠近目标对象,依次计算操作对象每个检测点与目标对象每个检测点的水平轴向距离及垂直轴向距离,当距离小于阈值时,记录操作对象检测点移动到目标对象检测点对应轴的向量A;
步骤5、获取操作对象上一时刻的移动向量B;
步骤6、求取操作对象的实际移动向量C:向量C=向量A+向量B;
步骤7、操作对象按实际移动向量C移动。
2.根据权利要求1所述的图形操控方法,其特征在于,所述步骤4中,当距离小于阈值时还包括显示移动辅助线:当水平轴向距离小于阈值时,所述移动辅助线为分别过操作对象检测点及目标对象检测点的水平线;当垂直轴向距离小于阈值时,所述移动辅助线为分别过操作对象检测点及目标对象检测点的垂直线。
3.根据权利要求1所述的图形操控方法,其特征在于,所述步骤4中若水平或垂直轴向存在多个满足距离小于阈值的检测点,则以距离最近的两个检测点分别计算向量A。
4.根据权利要求1~3任意一项所述的图形操控方法,其特征在于,所述阈值为4像素。
5.根据权利要求4所述的图形操控方法,其特征在于,还包括步骤8、显示结果辅助线,所述结果辅助线为操作对象完成移动后,过操作对象检测点及目标对象检测点的水平线或垂直线。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111331956.6A CN114047865B (zh) | 2021-11-11 | 2021-11-11 | 图形操控方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111331956.6A CN114047865B (zh) | 2021-11-11 | 2021-11-11 | 图形操控方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN114047865A CN114047865A (zh) | 2022-02-15 |
CN114047865B true CN114047865B (zh) | 2023-04-25 |
Family
ID=80208446
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111331956.6A Active CN114047865B (zh) | 2021-11-11 | 2021-11-11 | 图形操控方法 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114047865B (zh) |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006252566A (ja) * | 2006-03-14 | 2006-09-21 | Honda Motor Co Ltd | 移動対象物検出装置 |
CN106780525A (zh) * | 2016-11-18 | 2017-05-31 | 北方工业大学 | 基于坐标旋转最小外接矩形的光学遥感图像船只方向特征提取方法 |
JP2017181707A (ja) * | 2016-03-30 | 2017-10-05 | アルパイン株式会社 | 電子装置、地図表示システムおよび地図表示方法 |
CN108920053A (zh) * | 2018-06-29 | 2018-11-30 | 维沃移动通信有限公司 | 一种对齐方法及移动终端 |
US10331966B1 (en) * | 2018-10-19 | 2019-06-25 | Capital One Services, Llc | Image processing to detect a rectangular object |
WO2020211438A1 (zh) * | 2019-04-15 | 2020-10-22 | 广州视源电子科技股份有限公司 | 基于书写轨迹的图形处理方法、装置、设备及存储介质 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6968004B1 (en) * | 1999-08-04 | 2005-11-22 | Kabushiki Kaisha Toshiba | Method of describing object region data, apparatus for generating object region data, video processing method, and video processing apparatus |
US8300927B2 (en) * | 2010-02-11 | 2012-10-30 | Seiko Epson Corporation | Mouth removal method for red-eye detection and correction |
JP6011271B2 (ja) * | 2012-01-17 | 2016-10-19 | 株式会社リコー | 情報処理装置、システム、情報処理方法、プログラム、記憶媒体 |
-
2021
- 2021-11-11 CN CN202111331956.6A patent/CN114047865B/zh active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006252566A (ja) * | 2006-03-14 | 2006-09-21 | Honda Motor Co Ltd | 移動対象物検出装置 |
JP2017181707A (ja) * | 2016-03-30 | 2017-10-05 | アルパイン株式会社 | 電子装置、地図表示システムおよび地図表示方法 |
CN106780525A (zh) * | 2016-11-18 | 2017-05-31 | 北方工业大学 | 基于坐标旋转最小外接矩形的光学遥感图像船只方向特征提取方法 |
CN108920053A (zh) * | 2018-06-29 | 2018-11-30 | 维沃移动通信有限公司 | 一种对齐方法及移动终端 |
US10331966B1 (en) * | 2018-10-19 | 2019-06-25 | Capital One Services, Llc | Image processing to detect a rectangular object |
WO2020211438A1 (zh) * | 2019-04-15 | 2020-10-22 | 广州视源电子科技股份有限公司 | 基于书写轨迹的图形处理方法、装置、设备及存储介质 |
Non-Patent Citations (1)
Title |
---|
贾春雪 等.不规则障碍物的避障路径规划.《计算机科学》.2017,第44卷(第9期),第290-295页. * |
Also Published As
Publication number | Publication date |
---|---|
CN114047865A (zh) | 2022-02-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106797456B (zh) | 投影图像校正方法、校正装置及机器人 | |
US7091949B2 (en) | Computer presentation system and method with optical tracking of wireless pointer | |
CN102508578B (zh) | 投影定位装置及方法、交互系统和交互方法 | |
GB2584033A (en) | Object tracking in zoomed video | |
US11003340B2 (en) | Display device | |
EP3089004B1 (en) | A vector fill segment method and apparatus to reduce display latency of touch events | |
US20150091832A1 (en) | Information processing apparatus, information processing method, and program | |
CN1912816A (zh) | 一种基于摄像头的虚拟触摸屏系统 | |
CN102339141B (zh) | 一种移动终端及其显示控制方法 | |
US20110169776A1 (en) | Image processor, image display system, and image processing method | |
CN110489027B (zh) | 手持输入设备及其指示图标的显示位置控制方法和装置 | |
CN103412720A (zh) | 处理触控式输入信号的方法及其装置 | |
US9723204B2 (en) | Dynamic motion path blur kernel | |
CN114020233B (zh) | 一种会议白板窗口模式书写适配方法、系统、设备及介质 | |
US9955065B2 (en) | Dynamic motion path blur user interface | |
US20240046569A1 (en) | Three dimensional rendering systems and methods from monocular image | |
US8773354B2 (en) | Method utilized in three-dimensional pointing system | |
US9779484B2 (en) | Dynamic motion path blur techniques | |
US9601086B1 (en) | Defining a projector display region | |
CN114047865B (zh) | 图形操控方法 | |
CN113504063B (zh) | 一种基于多轴机械臂的立体空间触屏设备可视化测试方法 | |
KR102567958B1 (ko) | 표시 장치, 표시 장치의 제어 방법, 및 단말 | |
CN109242941B (zh) | 三维对象合成通过使用视觉引导作为二维数字图像的一部分 | |
Widodo et al. | Interaction using the projector screen and spot-light from a laser pointer: Handling some fundamentals requirements | |
TWI719591B (zh) | 物件追蹤方法及其電腦系統 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |