A hand recognition method for supermarket shopping cart based on sobel operator

A recognition method, the technology of the driver's part, applied in the field of image recognition, can solve the problems that the background elimination is greatly affected by the light, it is difficult to install multiple to expand the viewing angle, and the 3D camera is expensive, so as to achieve small calculation, good effect, and reduce the edge The effect of blur

CN108242061BActive Publication Date: 2022-04-08NANJING IEEMOO INFORMATION TECH CO LTD
8 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Publication Date
2022-04-08

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
  • Figure 3
    Figure 3
Patent Text Reader

Abstract

The invention discloses a hand recognition method of a supermarket shopping cart based on a Sobel operator, which comprises the following steps: firstly, a 2D camera is used to obtain a color image, and a pre-made template image is used as a mask; secondly, the image is grayscaled , use the Sobel operator to perform convolution operation on the grayscaled image, then perform binarization processing on the processing result, and perform mask operation with the color image to obtain the ROI image; finally, perform hand-held product judgment on the ROI image, The hand-held product judgment includes a skin color modeling part, a hand-held product judgment part and a statistical part; the present invention adopts a Sobel operator, which weights the influence of the position of the pixel, which can reduce the edge blur, so the effect is better; Compared with sub-positioning, it has strong anti-noise ability; because the Sobel operator is in the form of a filter operator, when used to extract edges, it can use a fast convolution function, which is simple and effective; the amount of calculation is small, and it can be used in real-time systems.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The invention relates to an image recognition method, in particular to a Sobel operator-based hand recognition method for a shopping cart in a supermarket. Background technique

[0002] In the shopping cart image algorithm, we use a depth camera to segment hand information; according to different hardware implementation methods, there are currently three mainstream 3D machine visions used in the industry: structured light, TOF time light, and binocular stereo imaging. This method can reconstruct the image well in 3D, so as to accurately segment the image. However, due to the limitation of the principle, there are detection blind spots for reflective, transparent, light-absorbing and other objects; moreover, due to the occlusion problem of one viewing angle, it is impossible to accurately judge empty-handed or hand-held products. Therefore, Multiple perspectives are desperately needed.

[0003] The applicant previously applied for an invention patent n...

Examples

Embodiment Construction

[0075] The technical solution of the present invention will be further described in detail below in conjunction with the embodiments and the accompanying drawings.

[0076] Module one-hand division part

[0077] Such as figure 1 Shown:

[0078] (1.1) Use a 2D camera to acquire a color image, and use the pre-made template image as its mask, which is equivalent to setting the ROI area to reduce external environmental interference;

[0079] (1.2) Perform grayscale processing on the image, and the grayscale formula is as follows:

[0080] f(i,j)=0.30*R(i,j)+0.59*G(i,j)+0.11*B(i,j)

[0081] Among them, i represents the abscissa of the image, and j represents the ordinate of the image; R(i,j), G(i,j), and B(i,j) are the pixel values ​​corresponding to the three primary color channels respectively; 0.30 , 0.59, and 0.11 are three weights corresponding to red light, green light, and blue light; the three coefficients are given to each pixel due to the different sensitivity of the ...