Sliding Window Search Method Based on Hierarchical Segmentation
A technique for hierarchical segmentation and search methods, applied in the field of computer vision
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Publication Date
- 2017-05-10
- Estimated Expiration
- Not applicable · inactive patent
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention belongs to the technical field of computer vision, relates to image segmentation technology, is an important part of target detection, and is mainly applied to the target detection task of computer vision intelligent systems. Background technique
[0002] Object detection is one of the most active research directions in the field of computer vision. Most of the existing object detection systems regard object detection as a binary classification problem, that is, to judge whether the object appears in all candidate positions. The target detection task is mainly divided into a training phase and a testing phase. The training phase includes feature extraction and target modeling, while the testing phase mainly includes three parts: target hypothesis, feature extraction and target judgment. Feature extraction is to quantify the training samples, that is, to convert the image into a vector for further analysis. Target modeling is to use train...
Examples
Embodiment Construction
[0028] The present invention will be further described in detail below in conjunction with the accompanying drawings and specific embodiments.
[0029] Such as figure 1 with figure 2 As shown, a kind of sliding window search method based on hierarchical segmentation of the present invention comprises:
[0030] S100. Perform superpixel segmentation on image I, and denote the segmented superpixel set as
[0031] Image segmentation is to subdivide an image into subregions or objects that make it up, and propose objects of interest from them. The degree of segmentation depends on the problem to be solved. In this embodiment, the degree of segmentation is an adjustable and important indicator: if the segmentation is too fine, it can almost guarantee that an area corresponds to only one target, but a complete target will be divided into multiple parts. This increases the computational burden of subsequent processing; if the segmentation is too rough, it is difficult to ensure ...