[go: up one dir, main page]

CN101894255B - A container number location method based on wavelet transform - Google Patents

A container number location method based on wavelet transform Download PDF

Info

Publication number
CN101894255B
CN101894255B CN2010102021409A CN201010202140A CN101894255B CN 101894255 B CN101894255 B CN 101894255B CN 2010102021409 A CN2010102021409 A CN 2010102021409A CN 201010202140 A CN201010202140 A CN 201010202140A CN 101894255 B CN101894255 B CN 101894255B
Authority
CN
China
Prior art keywords
container number
picture
container
connected region
positioning
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.)
Expired - Fee Related
Application number
CN2010102021409A
Other languages
Chinese (zh)
Other versions
CN101894255A (en
Inventor
马争
解梅
李云
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
University of Electronic Science and Technology of China
Original Assignee
University of Electronic Science and Technology of China
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by University of Electronic Science and Technology of China filed Critical University of Electronic Science and Technology of China
Priority to CN2010102021409A priority Critical patent/CN101894255B/en
Publication of CN101894255A publication Critical patent/CN101894255A/en
Application granted granted Critical
Publication of CN101894255B publication Critical patent/CN101894255B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Analysis (AREA)
  • Character Input (AREA)

Abstract

A container number positioning method based on wavelet transformation belongs to the technical field of image processing. The invention utilizes the gray information of the original picture of the container number to be identified, carries out median filtering, binaryzation and morphological processing on high-frequency information after one-dimensional wavelet transformation, extracts a connected region by adopting a 4-neighborhood connected method, judges the region of the container number in the original picture according to the length and the width of the connected region and the position relation among the connected regions, and finally detects the inclination angle of the number by utilizing Hough transformation and carries out rotation correction. The invention adjusts the high-frequency coefficient binarization threshold value so as to realize the positioning of all container number candidate areas, thereby avoiding the missing positioning of the container numbers and improving the accurate positioning rate of the container numbers. The invention is not sensitive to noise, and small characters possibly appearing on the container have no influence on the positioning result of the container number.

Description

一种基于小波变换的集装箱号码定位方法A container number location method based on wavelet transform

技术领域 technical field

本发明属于图像处理领域,主要涉及集装箱号码识别系统中号码定位技术。The invention belongs to the field of image processing, and mainly relates to a number positioning technology in a container number recognition system.

背景技术 Background technique

随着经济的快速发展,各大港口的吞吐量越来越大。对港口上的集装箱进行高效的管理已成为一个亟待解决的问题,这关系着集装箱出港、进港的高效性,也直接关系着港口的所能承受的吞吐量。而现在港口对于进出的集装箱都是使用人工的形式对该箱进行登记并办理相关手续,这严重影响了集装箱进出的效率,也影响了港口的容纳能力。而且港口需要全天候的工作,这就很难保证港口工作人员不因疲劳、心情等因素影响而出错。为了高效、准确地对港口集装箱进出进行管理,对集装箱的自动识别系统的研究就变得更加迫切了。有了集装箱号码自动识别系统,人们就可以全天候的自动对进出港的集装箱进行登记办理相关的手续,从而打量缩短集装箱在港口的滞留时间,提高集装箱进出港效率,还能保证对集装箱号码的登记工作不受人的心情、疲劳等因素的影响而出错。With the rapid development of the economy, the throughput of major ports is increasing. Efficient management of containers on ports has become an urgent problem to be solved, which is related to the efficiency of containers leaving and entering the port, and also directly related to the throughput that the port can withstand. However, the port now uses manual methods to register the incoming and outgoing containers and go through relevant procedures, which seriously affects the efficiency of container incoming and outgoing, and also affects the capacity of the port. Moreover, the port needs to work around the clock, so it is difficult to ensure that the port staff will not make mistakes due to factors such as fatigue and mood. In order to efficiently and accurately manage the entry and exit of port containers, the research on the automatic identification system of containers becomes more urgent. With the container number automatic identification system, people can automatically register and go through relevant procedures for containers entering and leaving the port around the clock, so as to shorten the detention time of containers in the port, improve the efficiency of container entry and exit, and ensure the registration of container numbers Work is not affected by people's mood, fatigue and other factors.

一个完整的集装箱识别系统至少需要三个步骤:1)集装箱号码定位,2)集装箱号码分割,3)集装箱号码的识别。由于集装箱号码排列方式多样、且集装箱颜色背景多样,这都加大了集装箱箱号定位的难度。A complete container identification system requires at least three steps: 1) container number positioning, 2) container number segmentation, and 3) container number identification. Due to the various arrangements of the container numbers and the various color backgrounds of the containers, it is more difficult to locate the container numbers.

目前已有集装箱号码定位方法主要有:At present, the existing container number positioning methods mainly include:

1、首先在图片中找到可疑的字符候选框,然后在进行筛选使尽可能的去掉非集装箱号码的字符候选块,此时再进一步使用字符候选块的中心点作为hough变换的输入,来定位出一条通过尽可能多字符候选块直线,从而来定位出集装箱字符。1. First find suspicious character candidate boxes in the picture, and then perform screening to remove character candidate blocks that are not container numbers as much as possible. At this time, further use the center point of the character candidate block as the input of hough transform to locate A straight line passing through as many character candidate blocks as possible to locate the container characters.

2、首先对图片行或列数据进行扫描,标记在一行或一列中梯度差大于某个阈值的像素点的个数,如果某行该类像素点的个数大于某个阈值,则将该行作为集装箱号码的可疑行。如果整个图片中未找到可疑行则调低阈值重新扫描寻找。在找到了集装箱号码的可疑行后,对可疑行进行进一步的确认,即对可疑行的下面连续几行数据进行扫描标记,如果每一行的标记点与上一行的标记点位置相差不多时则确认该可疑行为集装箱号码所在行,这就完成了集装箱号码的粗定位。然后系统根据已有的集装箱号码排列方式生成排列规则,再调用规则与粗定位后的图片数据进行比较,从而定位出正确的集装箱号牌。2. First, scan the row or column data of the picture, and mark the number of pixels whose gradient difference is greater than a certain threshold in a row or column. If the number of such pixels in a row is greater than a certain threshold, the row Suspicious line as container number. If no suspicious line is found in the entire image, lower the threshold and rescan to find it. After finding the suspicious line of the container number, further confirm the suspicious line, that is, scan and mark the consecutive lines of data below the suspicious line, and confirm if the marked point of each line is similar to the marked point of the previous line The line where the container number of the suspicious behavior is located, which completes the rough positioning of the container number. Then the system generates arrangement rules based on the existing arrangement of container numbers, and then compares the rules with the picture data after rough positioning, so as to locate the correct container number plate.

上述算法在集装箱号码定位中都在一定程度上存在问题。定位算法1中并未对定位图片中可疑字符候选框的算法进行描述,无法得知该字符候选框的定位算法。但要从原始图片中准确定位出每个可疑字符候选框有很大的难度,其准确率也会因为图片质量而不同,这就造成最后集装箱号码的准确定位率不高。定位算法2是利用图片中灰度差异来进行集装箱号牌的粗定位的,这就决定了该方法对噪声较为敏感。The above algorithms all have problems to a certain extent in container number positioning. The algorithm for locating the suspicious character candidate frame in the picture is not described in the positioning algorithm 1, and the positioning algorithm for the character candidate frame cannot be known. However, it is very difficult to accurately locate each suspicious character candidate box from the original picture, and the accuracy rate will also vary due to the quality of the picture, which results in a low accuracy rate of the final container number. Positioning Algorithm 2 uses the gray level difference in the picture to roughly position the container number plate, which determines that the method is more sensitive to noise.

发明内容 Contents of the invention

本发明提供了一种基于小波变换的集装箱号码定位方法。该方法能够在复杂背景中定位出集装箱号码,对噪声不敏感,集装箱上面可能出现的小字符对集装箱号码定位结果没有影响。The invention provides a container number location method based on wavelet transform. The method can locate the container number in a complex background, and is not sensitive to noise, and the small characters that may appear on the container have no influence on the container number location result.

本发明的详细技术方案如下:Detailed technical scheme of the present invention is as follows:

一种基于小波变换的集装箱号码定位方法,如图1所示,包括以下步骤:A container number location method based on wavelet transform, as shown in Figure 1, comprises the following steps:

步骤1:采集的待识别集装箱号码原图片,并将其转换成灰度格式图片。Step 1: Collect the original image of the container number to be identified and convert it into a grayscale image.

由于集装箱背景色和集装箱号码没有固定的颜色搭配,不能根据颜色值来定位集装箱号码,故需将待识别集装箱号码原图片转换成灰度格式图片。若采集的待识别集装箱号码原图片为RGB格式图片,将其转换成灰度格式图片的转化公式为:gray=0.229×R+0.587×G+0.114×B,其中gray表示灰度格式图片中某个像素点的灰度值,R、G和B分别表示RGB格式图片中该像素点的红色、绿色和蓝色三个通道的像素值。Since there is no fixed color match between the background color of the container and the container number, the container number cannot be located based on the color value, so it is necessary to convert the original image of the container number to be identified into a grayscale image. If the collected original picture of the container number to be identified is in RGB format, the conversion formula for converting it into a grayscale format picture is: gray=0.229×R+0.587×G+0.114×B, where gray represents a certain value in the grayscale format picture. R, G, and B represent the pixel values of the red, green, and blue channels of the pixel in the RGB format picture, respectively.

步骤2:选用harr小波,对步骤1所得的灰度格式图片进行一维小波变换。Step 2: Use Harr wavelet to perform one-dimensional wavelet transform on the gray scale image obtained in step 1.

步骤3:将小波变换后得到的高频系数组成图片,对该图片进行中值滤波。Step 3: The high-frequency coefficients obtained after wavelet transformation are combined into a picture, and median filtering is performed on the picture.

中值滤波是为了剔除噪声的影响,它对图片中的孤立噪声去除有很好的效果。中值滤波的窗口为3×3像素或5×5像素大小。Median filtering is to remove the influence of noise, and it has a good effect on removing isolated noise in pictures. The window of the median filter is 3×3 pixels or 5×5 pixels in size.

步骤4:对中值滤波后的图片进行二值化处理。Step 4: Binarize the image after median filtering.

由于中值滤波后的高频系数90%集中在30以下,故二值化处理时的二值化阈值可确定在3-5之间。Since 90% of the high-frequency coefficients after median filtering are concentrated below 30, the binarization threshold during binarization processing can be determined between 3-5.

步骤5:对二值化图片进行形态学处理。Step 5: Perform morphological processing on the binarized image.

采用相对于集装箱号码字符一半大小的结构体作为形态学处理的结构体对二值化图片先进行腐蚀然后再进行膨胀。Using a structure that is half the size of the character of the container number as a morphologically processed structure first corrodes the binary image and then expands it.

由于集装箱号码字符处灰度变换剧烈,小波变换后具有较大的高频系数。二值化后,集装箱箱号处都被二值化为1,而其他背景地方则被二值化为0,但是有可能出现的是存在某一个或者几个字符二值化后与其他字符时没有连接起来的,也会出现部分噪声区域。该类噪声区域虽被二值化为1但是该区域较小,且被孤立的很远。使用形态学方法先对该图片进行腐蚀然后再进行膨胀,可以将噪声区域剔除并且同时将将断裂的集装箱号码连接起来。Due to the drastic transformation of the gray scale of the container number characters, the wavelet transform has a large high-frequency coefficient. After binarization, the container number is binarized to 1, while other background places are binarized to 0, but there may be one or several characters that are binarized with other characters If there is no connection, some noise areas will also appear. Although this type of noise area is binarized to 1, the area is small and isolated far away. Using the morphological method to first corrode the picture and then dilate it, the noisy area can be removed and the broken container numbers can be connected at the same time.

步骤6:提取形态学处理后二值化图片中的连通区域。Step 6: Extract connected regions in the binarized image after morphological processing.

采用4-邻域连通法标记出形态学处理后二值化图片中的连通区域,并逐一统计出每个连通区域的大小、位置信息。The 4-neighborhood connectivity method is used to mark the connected regions in the binarized image after morphological processing, and the size and position information of each connected region is counted one by one.

步骤7:对步骤6提取出的连通区域进行判断,并找到集装箱号码在原图片中所对应的区域。Step 7: Judging the connected areas extracted in step 6, and finding the area corresponding to the container number in the original picture.

集装箱号码排列方式包括一列、两列、一行和两行。由于集装箱号码本身的排列方式存在多样性,所以需要对各个连通区域进行分析判断,判读出哪个连通区域才是真正的号码区域。实际操作时,根据连通区域的长度、宽度及连通区域间的位置关系来判断原图片中集装箱号码的区域:首先选取最长的连通区域,判断该区域是否达到一行或者一列号码排列方式的集装箱号码长度,如果是则该最长的连通区域在原图片中所对应的区域就是集装箱号码区域;如果不是,则最长的连通区域加上第二长的连通区域在原图片中所对应的区域就是集装箱号码区域。The container number arrangement includes one column, two columns, one line and two rows. Due to the diversity of the arrangement of the container number itself, it is necessary to analyze and judge each connected area to determine which connected area is the real number area. In actual operation, judge the area of the container number in the original picture according to the length, width and positional relationship between the connected areas: first select the longest connected area, and judge whether the area reaches the container number in a row or column number arrangement Length, if it is, the area corresponding to the longest connected area in the original picture is the container number area; if not, the area corresponding to the longest connected area plus the second longest connected area in the original picture is the container number area.

步骤8:检测步骤7所得集装箱号码区域的倾斜度,并作相应旋转调整。Step 8: Detect the inclination of the container number area obtained in step 7, and make corresponding rotation adjustments.

首先提取出步骤7所得集装箱号码区域边缘点,然后利用霍夫(Hough)变换检测集装箱号码区域的倾斜度,若倾斜度超过2°,则利用插值算法将其旋转至水平。First extract the edge points of the container number area obtained in step 7, and then use the Hough transform to detect the inclination of the container number area. If the inclination exceeds 2°, use the interpolation algorithm to rotate it to the horizontal.

通过以上步骤,就可以在待识别集装箱号码原图片中定位出号码所在区域。当然经过以上步骤后也只是将集装箱号码粗定位出来,要到达集装箱号码的识别还需要对定位出来的集装箱号牌进行精确定位并分割出每个字符。本发明采用的是小波变换来寻找集装箱的字符区域,由于字符区域灰度变换较大,其变换后的高频系数就比较大,所以本发明利用高频系数就可定位出集装箱号码所在区域,其中的形态学处理也能够很好的解决图片噪声的问题。本发明可以对高频系数二值化阈值进行调整从而实现定位出所有集装箱号码候选区域,从而避免集装箱号码的漏定位,提高集装箱号码的准确定位率。Through the above steps, the area where the number is located can be located in the original picture of the container number to be identified. Of course, after the above steps, the container number is only roughly located. To achieve the identification of the container number, it is necessary to accurately locate the located container number plate and separate each character. The present invention uses wavelet transform to find the character area of the container. Since the grayscale transformation of the character area is relatively large, the high-frequency coefficient after the transformation is relatively large, so the present invention can locate the area where the container number is located by using the high-frequency coefficient. The morphological processing can also solve the problem of image noise very well. The invention can adjust the binarization threshold of high-frequency coefficients so as to locate all candidate areas of container numbers, thereby avoiding missed positioning of container numbers and improving the accurate positioning rate of container numbers.

附图说明Description of drawings

图1为本发明流程示意图。Fig. 1 is a schematic flow chart of the present invention.

具体实施方式 Detailed ways

一种基于小波变换的集装箱号码定位方法,如图1所示,包括以下步骤:A container number location method based on wavelet transform, as shown in Figure 1, comprises the following steps:

步骤1:采集的待识别集装箱号码原图片,并将其转换成灰度格式图片。Step 1: Collect the original image of the container number to be identified and convert it into a grayscale image.

由于集装箱背景色和集装箱号码没有固定的颜色搭配,不能根据颜色值来定位集装箱号码,故需将待识别集装箱号码原图片转换成灰度格式图片。若采集的待识别集装箱号码原图片为RGB格式图片,将其转换成灰度格式图片的转化公式为:gray=0.229×R+0.587×G+0.114×B,其中gray表示灰度格式图片中某个像素点的灰度值,R、G和B分别表示RGB格式图片中该像素点的红色、绿色和蓝色三个通道的像素值。Since there is no fixed color match between the background color of the container and the container number, the container number cannot be located based on the color value, so it is necessary to convert the original image of the container number to be identified into a grayscale image. If the collected original picture of the container number to be identified is in RGB format, the conversion formula for converting it into a grayscale format picture is: gray=0.229×R+0.587×G+0.114×B, where gray represents a certain value in the grayscale format picture. R, G, and B represent the pixel values of the red, green, and blue channels of the pixel in the RGB format picture, respectively.

步骤2:选用harr小波,对步骤1所得的灰度格式图片进行一维小波变换。Step 2: Use Harr wavelet to perform one-dimensional wavelet transform on the gray scale image obtained in step 1.

步骤3:将小波变换后得到的高频系数组成图片,对该图片进行中值滤波。Step 3: The high-frequency coefficients obtained after wavelet transformation are combined into a picture, and median filtering is performed on the picture.

中值滤波是为了剔除噪声的影响,它对图片中的孤立噪声去除有很好的效果。中值滤波的窗口为3×3像素或5×5像素大小。Median filtering is to remove the influence of noise, and it has a good effect on removing isolated noise in pictures. The window of the median filter is 3×3 pixels or 5×5 pixels in size.

步骤4:对中值滤波后的图片进行二值化处理。Step 4: Binarize the image after median filtering.

由于中值滤波后的高频系数90%集中在30以下,故二值化处理时的二值化阈值可确定在3-5之间。Since 90% of the high-frequency coefficients after median filtering are concentrated below 30, the binarization threshold during binarization processing can be determined between 3-5.

步骤5:对二值化图片进行形态学处理。Step 5: Perform morphological processing on the binarized image.

采用相对于集装箱号码字符一半大小的结构体作为形态学处理的结构体对二值化图片先进行腐蚀然后再进行膨胀。Using a structure that is half the size of the character of the container number as a morphologically processed structure first corrodes the binary image and then expands it.

由于集装箱号码字符处灰度变换剧烈,小波变换后具有较大的高频系数。二值化后,集装箱箱号处都被二值化为1,而其他背景地方则被二值化为0,但是有可能出现的是存在某一个或者几个字符二值化后与其他字符时没有连接起来的,也会出现部分噪声区域。该类噪声区域虽被二值化为1但是该区域较小,且被孤立的很远。使用形态学方法先对该图片进行腐蚀然后再进行膨胀,可以将噪声区域剔除并且同时将将断裂的集装箱号码连接起来。Due to the drastic transformation of the gray scale of the container number characters, the wavelet transform has a large high-frequency coefficient. After binarization, the container number is binarized to 1, while other background places are binarized to 0, but there may be one or several characters that are binarized with other characters If there is no connection, some noise areas will also appear. Although this type of noise area is binarized to 1, the area is small and isolated far away. Using the morphological method to first corrode the picture and then dilate it, the noisy area can be removed and the broken container numbers can be connected at the same time.

步骤6:提取形态学处理后二值化图片中的连通区域。Step 6: Extract connected regions in the binarized image after morphological processing.

采用4-邻域连通法标记出形态学处理后二值化图片中的连通区域,并逐一统计出每个连通区域的大小、位置信息。The 4-neighborhood connectivity method is used to mark the connected regions in the binarized image after morphological processing, and the size and position information of each connected region is counted one by one.

步骤7:对步骤6提取出的连通区域进行判断,并找到集装箱号码在原图片中所对应的区域。Step 7: Judging the connected areas extracted in step 6, and finding the area corresponding to the container number in the original picture.

集装箱号码排列方式包括一列、两列、一行和两行。由于集装箱号码本身的排列方式存在多样性,所以需要对各个连通区域进行分析判断,判读出哪个连通区域才是真正的号码区域。实际操作时,根据连通区域的长度、宽度及连通区域间的位置关系来判断原图片中集装箱号码的区域:首先选取最长的连通区域,判断该区域是否达到一行或者一列号码排列方式的集装箱号码长度,如果是则该最长的连通区域在原图片中所对应的区域就是集装箱号码区域;如果不是,则最长的连通区域加上第二长的连通区域在原图片中所对应的区域就是集装箱号码区域。The container number arrangement includes one column, two columns, one line and two rows. Due to the diversity of the arrangement of the container number itself, it is necessary to analyze and judge each connected area to determine which connected area is the real number area. In actual operation, judge the area of the container number in the original picture according to the length, width and positional relationship between the connected areas: first select the longest connected area, and judge whether the area reaches the container number in a row or column number arrangement Length, if it is, the area corresponding to the longest connected area in the original picture is the container number area; if not, the area corresponding to the longest connected area plus the second longest connected area in the original picture is the container number area.

步骤8:检测步骤7所得集装箱号码区域的倾斜度,并作相应旋转调整。Step 8: Detect the inclination of the container number area obtained in step 7, and make corresponding rotation adjustments.

首先提取出步骤7所得集装箱号码区域边缘点,然后利用霍夫(Hough)变换检测集装箱号码区域的倾斜度,若倾斜度超过2°,则利用插值算法将其旋转至水平。First extract the edge points of the container number area obtained in step 7, and then use the Hough transform to detect the inclination of the container number area. If the inclination exceeds 2°, use the interpolation algorithm to rotate it to the horizontal.

通过以上步骤,就可以在待识别集装箱号码原图片中定位出号码所在区域。Through the above steps, the area where the number is located can be located in the original picture of the container number to be identified.

Claims (2)

1. container number positioning method based on wavelet transformation may further comprise the steps:
Step 1: the former picture of container number to be identified of collection, and convert thereof into the gray scale format picture; If the former picture of gathering of container number to be identified is the rgb format picture; The conversion formula that converts thereof into the gray scale format picture is: gray=0.229 * R+0.587 * G+0.114 * B; Wherein gray representes certain gray values of pixel points in the gray scale format picture, and R, G and B represent the pixel value of redness, green and blue three passages of this pixel in the rgb format picture respectively;
Step 2: select the harr small echo for use, the gray scale format picture of step 1 gained is carried out one-dimensional wavelet transform;
Step 3: the high frequency coefficient that obtains behind the wavelet transformation is formed picture, this picture is carried out medium filtering;
Step 4: the picture behind the medium filtering is carried out binary conversion treatment; Binary-state threshold during binary conversion treatment is confirmed between 3-5;
Step 5: the binaryzation picture is carried out morphology handle;
The structure that employing is handled as morphology with respect to half big or small structure of container number code character corrodes the advanced row of binaryzation picture and then expands;
Step 6: extract morphology and handle the connected region in the binaryzation picture of back;
Adopt 4-neighborhood communicating method to mark morphology and handle the connected region in the binaryzation picture of back, and count size, the positional information of each connected region one by one;
Step 7: the connected region to step 6 extracts is judged, and is found container number The corresponding area in former picture;
Position according between length, width and the connected region of connected region concerns the zone of judging container number in the former picture: at first choose the longest connected region; Judge whether this zone reaches the container number code length of a delegation or a column number arrangement mode, if then this longest connected region The corresponding area in former picture is exactly the container number zone; If not, then the longest connected region adds that second long connected region The corresponding area in former picture is exactly the container number zone;
Step 8: detect the degree of tilt in step 7 gained container number zone, and do corresponding rotation adjustment;
At first extract step 7 gained container number edges of regions point, utilize Hough transformation to detect the degree of tilt in container number zone then,, then utilize interpolation algorithm that it is rotated to level if degree of tilt surpasses 2 °.
2. the container number positioning method based on wavelet transformation according to claim 1 is characterized in that, the window of step 3 medium filtering is 3 * 3 pixels or 5 * 5 pixel sizes.
CN2010102021409A 2010-06-13 2010-06-13 A container number location method based on wavelet transform Expired - Fee Related CN101894255B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010102021409A CN101894255B (en) 2010-06-13 2010-06-13 A container number location method based on wavelet transform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010102021409A CN101894255B (en) 2010-06-13 2010-06-13 A container number location method based on wavelet transform

Publications (2)

Publication Number Publication Date
CN101894255A CN101894255A (en) 2010-11-24
CN101894255B true CN101894255B (en) 2012-04-25

Family

ID=43103443

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010102021409A Expired - Fee Related CN101894255B (en) 2010-06-13 2010-06-13 A container number location method based on wavelet transform

Country Status (1)

Country Link
CN (1) CN101894255B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102184398B (en) * 2011-06-17 2012-07-18 电子科技大学 Edge-detection-based container number positioning method
CN102878044B (en) * 2012-10-17 2015-01-07 飞翼股份有限公司 Full hydraulic control mining concrete pump
CN110598697A (en) * 2019-08-23 2019-12-20 上海撬动网络科技有限公司 Container number positioning method based on thickness character positioning
CN116452467B (en) * 2023-06-16 2023-09-22 山东曙岳车辆有限公司 Container real-time positioning method based on laser data

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1343946A (en) * 2000-09-14 2002-04-10 伊斯曼柯达公司 Parallel reversely dispersed small wave change

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5152598B2 (en) * 2007-05-17 2013-02-27 ソニー株式会社 Encoding apparatus, encoding method, decoding apparatus, and decoding method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1343946A (en) * 2000-09-14 2002-04-10 伊斯曼柯达公司 Parallel reversely dispersed small wave change

Also Published As

Publication number Publication date
CN101894255A (en) 2010-11-24

Similar Documents

Publication Publication Date Title
KR101683704B1 (en) Face calibration method and system, and computer storage medium
CN107944452B (en) Character recognition method for circular seal
CN102184398B (en) Edge-detection-based container number positioning method
CN102132323B (en) System and method for automatic image straightening
CN102426649B (en) Simple steel seal digital automatic identification method with high accuracy rate
CN102364496B (en) Method and system for identifying automobile license plates automatically based on image analysis
CN108146093B (en) Method for removing bill seal
CN109409355B (en) Novel transformer nameplate identification method and device
CN106294705B (en) A kind of batch remote sensing image preprocess method
CN107545207A (en) DM two-dimensional code identification methods and device based on image procossing
CN112149543B (en) Building dust recognition system and method based on computer vision
CN109670515A (en) Method and system for detecting building change in unmanned aerial vehicle image
KR20130105952A (en) Method and apparatus for vehicle license plate recognition
CN104361335B (en) A kind of processing method that black surround is automatically removed based on scan image
CN106169080A (en) A kind of combustion gas index automatic identifying method based on image
CN101894255B (en) A container number location method based on wavelet transform
CN110175556B (en) Remote sensing image cloud detection method based on Sobel operator
CN105701491A (en) Method for making fixed-format document image template and application thereof
CN114511770A (en) Road sign plate identification method
CN110263778A (en) A kind of meter register method and device based on image recognition
CN108734131A (en) A kind of traffic sign symmetry detection methods in image
CN114511567A (en) Tongue body and tongue coating image identification and separation method
CN110298835B (en) A leather surface damage detection method, system and related device
CN105069419A (en) Traffic sign detection method based on edge color pair and characteristic filters
CN112528740A (en) Pressing plate state identification method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20120425

Termination date: 20180613