WO2013102797A1 - System and method for detecting targets in maritime surveillance applications - Google Patents

System and method for detecting targets in maritime surveillance applications Download PDF

Info

Publication number
WO2013102797A1
WO2013102797A1 PCT/IB2012/050083 IB2012050083W WO2013102797A1 WO 2013102797 A1 WO2013102797 A1 WO 2013102797A1 IB 2012050083 W IB2012050083 W IB 2012050083W WO 2013102797 A1 WO2013102797 A1 WO 2013102797A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
threshold
pyramid
surveillance applications
maritime surveillance
Prior art date
Application number
PCT/IB2012/050083
Other languages
French (fr)
Inventor
Hamza ERGEZER
Original Assignee
Aselsan Elektronik Sanayi Ve Ticaret Anonim Sirketi
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 Aselsan Elektronik Sanayi Ve Ticaret Anonim Sirketi filed Critical Aselsan Elektronik Sanayi Ve Ticaret Anonim Sirketi
Priority to PCT/IB2012/050083 priority Critical patent/WO2013102797A1/en
Publication of WO2013102797A1 publication Critical patent/WO2013102797A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/255Detecting or recognising potential candidate objects based on visual cues, e.g. shapes

Definitions

  • the present invention relates to the field of image processing and methodologies to search and find possible targets in an image, especially on infrared imaging systems used in maritime surveillance applications.
  • Another method which is currently used to detect a target uses the image gradient values of the initial image but this method is much more susceptible to image noise.
  • a multi-scale template matching method is proposed instead of these methods.
  • the target In an infrared image, generally, the target is expected to be brighter than its neighbourhood and this bright zone on the target is generally diffuses to the neighbouring area in a gradient manner.
  • this brightness distribution is expected to form a local Gaussian distribution as depicted in Figure 2, where the base of the 3D graph represents the pixels of a local area in the image and the perpendicular axis represents the intensity at that point.
  • this local area is correlated with a predetermined filter, a correlation value is found using related formula.
  • the images should also be downsampled and re-analyzed to be able to detect different sized targets using a fixed sized filter.
  • a downscaling step is either not introduced or only the peak values are found.
  • An example to such a method involves finding a correlation between a two dimensional block in a two dimensional image with a matched filter and finding the peak values throughout the image as possible target candidates.
  • finding only the peak values may result in incorrectly detected targets since some regions of the image may not be appropriate to search a target.
  • target candidates appearing near the horizon are much more important and accordingly different threshold values must be determined for different regions of the scene under consideration instead of finding all peak values.
  • currently used methods use complex matched filters to find targets of a determined shape, which slows down the process and are not efficient.
  • the United States patent document US7430303 discloses a method for detecting a target in images using image gradient values.
  • the first objective of the present invention is to provide a reliable and efficient methodology to detect the possible targets in an image for a maritime surveillance application.
  • Another objective of the present invention is to provide a methodology to define different regions of the image with different sensitivities for target detection.
  • Figure 1 is the schematic view of the preferred embodiment system.
  • Figure 2 is the 3D graph of a Gaussian distribution.
  • Figure 3 is a conceptual drawing of a representative threshold image.
  • FIG. 4 is the flowchart of the preferred method of the present invention.
  • the components illustrated in the figures are individually numbered where the numbers refer to the following:
  • a method for detecting a target in maritime surveillance applications fundamentally comprises the following steps,
  • an image of the scene under consideration is received (101).
  • this will be a two dimensional grey scale pixel image.
  • Each pixel represents the radiation in infrared band for that location of the scene under consideration.
  • the main aim of this target detection system is to detect the potential targets and for an infrared system, a potential target is locally brighter than its neighborhood and can be modeled with a Gaussian as discussed above. Due to the reasons listed below, Gaussian assumption might not be valid;
  • a normalization preprocessing step is introduced, where an average intensity value is found for every row and it is subtracted from each pixel of that row (102).
  • the average intensity or brightness of each row is equalized and the above mentioned problems are eliminated.
  • an image pyramid of the row normalized image is generated for a predetermined number of levels (103). This step is carried out to make sure that targets of different sizes are detected since the matched filter's size is not changing. As higher pyramid levels are generated, larger targets start to become smaller and smaller. Small targets are detected in lower levels whereas larger ones are detected in higher levels of the pyramid.
  • at least one additional level is generated including the original image. Pyramid generation is done by first passing the initial received image from a Gaussian filter and then downsampling it by a factor of 2. If the initial image is said to be the zeroth level, then the filtered and downsampled version of it becomes the first level and the second level will be obtained by filtering and downsampling of this previous level image. The number of levels is determined according to the maximum size of potential targets.
  • a region around each pixel of each pyramid level of row normalized image is correlated with a predetermined Gaussian filter (104).
  • a predetermined Gaussian filter 104
  • h G -r a seven by seven Gaussian filter
  • V m n m n where I represents the image block around a pixel to be correlated and F represents the Gaussian filter; lowercase m and n represents the pixel at the m* row and ⁇ ⁇ column of the subscripted matrix and ave(F) and ave(I) represents the average values of the filter and image block, respectively.
  • this formula can be applied to any square filter with any size and the correlation value is found between -1 and 1. To be able to have a midpoint on the filter, it is square and has odd number of rows in this preferred configuration. At pixel positions where there is a good matching between the template and actual image, the correlation value is closer to 1.
  • the pixels that have high correlation values are regarded as location of candidate targets.
  • a correlation image is obtained. By repeating this process for each level of the pyramid, correlation images of different sizes are obtained. In order to compare with the correlation values, a threshold image with the same dimensions as the received image is generated which indicates a threshold correlation value for each pixel position (105).
  • a low threshold region is generated in the threshold image (F) around the horizon with the lowest threshold values.
  • the other two regions above and below this low threshold region are adjusted to have higher threshold values than this low threshold region (L).
  • a high threshold region (H) having the highest values is introduced in order to prevent from clutter in the sea.
  • a medium threshold region (M) having threshold values in between the two other regions is introduced to be more sensitive to targets in the sky.
  • the threshold image is preferentially generated by a horizon detection algorithm in a preferred configuration, which intends to detect the horizon in a received image and determine all thresholds accordingly.
  • a horizon detection algorithm in a preferred configuration, which intends to detect the horizon in a received image and determine all thresholds accordingly.
  • an image pyramid of the threshold image with the same number of levels as the received image's pyramid is generated using the same filter and same downsampling ratio. (106)
  • each image in the image pyramid of the correlation image is compared with the respective image in the image pyramid of the threshold image.
  • the pixels whose threshold image values are larger than the correlation image are found in every levels of the pyramid in step (107). These pixels indicate the position of potential targets.
  • targets detected at different levels of the image pyramid must be related to the original image. For this purpose, positions of each pixel found in higher pyramid levels are transferred to the original image's coordinates using the simple relation
  • the inventive method (100) provides a way of preferentially comparing correlation values with a threshold and utilizes multi-scale template matching.
  • the generation of the threshold image is independent from this invention but in fact, the capability of assigning different thresholds and row normalization makes the method (100) a valuable technique to detect targets.
  • Utilization of horizon line is a very important aspect of the invention since a threshold image is constructed by assigning higher priority to the targets in the vicinity of the horizon.
  • an image pyramid is constructed and a template matching based detection scheme is applied for all scales of the pyramid.
  • a system for detecting targets in maritime surveillance applications (1) fundamentally comprises;
  • At least one image sensor (2) to acquire at least one electronic pixel image of the scene under consideration when necessary
  • image sensor (2) is a sensor configured to acquire an image with a contrast between a possible target and its background.
  • image sensor (2) is an infrared vision camera which is able to differentiate temperature differences in the scene.
  • image processing unit (3) is configured to receive at least one image from image sensor (2).
  • image processing unit (3) is configured to receive at least one image from a recorded or live video stream.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)

Abstract

The present invention relates to a reliable and efficient system and method for detecting a target in an image in a maritime surveillance application especially on infrared imaging systems. The method comprises the steps of receiving a pixel image, row normalizing image, generating an image pyramid by first passing image from a Gaussian filter and then downsampling it, calculating the normalized cross correlation between a region around each pixel and a Gaussian filter pattern for each pyramid level, establishing a threshold image with the same dimensions as the received, pixels around the horizon having the lowest threshold values, comparing each pyramid level image of the correlation image with the respective correlation threshold image and finding pixels for which the correlation value exceeds the threshold; transferring positions of each pixel found in the pyramid levels to the original image's coordinates and listing all the positions in the original image's coordinates as the candidate targets.

Description

DESCRIPTION
SYSTEM AND METHOD FOR DETECTING TARGETS IN MARITIME SURVEILLANCE APPLICATIONS
Field of the Invention The present invention relates to the field of image processing and methodologies to search and find possible targets in an image, especially on infrared imaging systems used in maritime surveillance applications.
Background of the Invention
It is known that there are methods and models to determine the position of an object (or equivalently a "target") in a still image or in a video frame. Such methods are used in maritime surveillance systems in which there is a sensor acquiring an infrared image of the scene under consideration and generally these images are in gray scale. This image consists of a two dimensional array of pixels which represent the radiation in an infrared band at these locations. Currently, there are systems to determine a target's location using a statistical approach, for example by calculating the standard deviation of pixel values of the neighbouring pixels around a pixel and successively decreasing this neighbouring area until a target is detected. Using such an approach, only the targets whose size smaller than the neighbouring area can be detected. Also, due to problems such as the possible noise from the sensor, texture of the target or unexpected temperature changes in the case of infrared vision, detecting a target becomes much more complicated using this kind of approaches.
Another method which is currently used to detect a target uses the image gradient values of the initial image but this method is much more susceptible to image noise. A multi-scale template matching method is proposed instead of these methods. In an infrared image, generally, the target is expected to be brighter than its neighbourhood and this bright zone on the target is generally diffuses to the neighbouring area in a gradient manner. In theory, this brightness distribution is expected to form a local Gaussian distribution as depicted in Figure 2, where the base of the 3D graph represents the pixels of a local area in the image and the perpendicular axis represents the intensity at that point. When this local area is correlated with a predetermined filter, a correlation value is found using related formula. There are existing methods using matched filters to detect a target in an image. The images should also be downsampled and re-analyzed to be able to detect different sized targets using a fixed sized filter. In some of the currently used methods wherein a Gaussian filter is used to correlate a target, a downscaling step is either not introduced or only the peak values are found. An example to such a method involves finding a correlation between a two dimensional block in a two dimensional image with a matched filter and finding the peak values throughout the image as possible target candidates. In some applications, finding only the peak values may result in incorrectly detected targets since some regions of the image may not be appropriate to search a target. In maritime surveillance applications for example, target candidates appearing near the horizon are much more important and accordingly different threshold values must be determined for different regions of the scene under consideration instead of finding all peak values. In addition, currently used methods use complex matched filters to find targets of a determined shape, which slows down the process and are not efficient.
To sum up, the current methods are not offering a reliable and efficient way of detecting a target in maritime surveillance applications with minimum possible false detections. The clutter in the image and the intensity difference caused by the distance makes the known methods error-prone and a method in which different thresholds can be set for different regions is required. The United States patent document US20110001823, an application in the state of the art, discloses a method for detecting target location and size, using pixel standard deviation where the window size is sought by varying window size by one pixel at each iteration.
The United States patent document US7430303, an application in the state of the art, discloses a method for detecting a target in images using image gradient values. The United States patent document US2004151343, an application in the state of the art, discloses a method which employs an elliptical Laplacian pyramid based matched filter to find candidate targets in the image data.
Summary of the Invention
The first objective of the present invention is to provide a reliable and efficient methodology to detect the possible targets in an image for a maritime surveillance application. Another objective of the present invention is to provide a methodology to define different regions of the image with different sensitivities for target detection.
Detailed Description of the Invention A system and method realized to fulfil the objective of the present invention is illustrated in the accompanying figures, in which:
Figure 1 is the schematic view of the preferred embodiment system.
Figure 2 is the 3D graph of a Gaussian distribution.
Figure 3 is a conceptual drawing of a representative threshold image.
Figure 4 is the flowchart of the preferred method of the present invention. The components illustrated in the figures are individually numbered where the numbers refer to the following:
1. System for detecting a target in maritime surveillance applications
2. Image sensor
3. Image processing unit
F. Threshold image
H. High threshold region
L. Low threshold region
M. Medium threshold region
A method for detecting a target in maritime surveillance applications (100) fundamentally comprises the following steps,
- receiving a pixel image (101),
row normalization of the received image (102),
generating an image pyramid of the received image for at least two scales; by first passing the lower scale image from a Gaussian filter and then downsampling it, lowest scale being the original image (103),
correlating an image block around each pixel of each scale of received image with a predetermined Gaussian filter (template), finding a normalized cross correlation value for each pixel of each scale and generating a respective correlation image for each scale of the pyramid
(104),
creating a threshold image with the same dimensions as the received image indicating a threshold value for each pixel (105),
generating an image pyramid for the threshold image with the same number of levels as the received image's pyramid by first passing the lower level's image from a Gaussian filter and then downsampling it
(106), comparing each level of pyramid of the correlation image with the respective level of pyramid image of the threshold image and finding pixels for which the correlation image has larger value than the threshold image (107),
- transferring positions of each pixel found in the levels of pyramid to the original image's level and listing all the pixels in the original image's level as the candidate targets (108).
First, an image of the scene under consideration is received (101). In the case of an infrared camera system, this will be a two dimensional grey scale pixel image. Each pixel represents the radiation in infrared band for that location of the scene under consideration. The main aim of this target detection system is to detect the potential targets and for an infrared system, a potential target is locally brighter than its neighborhood and can be modeled with a Gaussian as discussed above. Due to the reasons listed below, Gaussian assumption might not be valid;
In the vicinity of the horizon, the sky is brighter than the sea. This instantaneous change impairs the smoothness of Gaussian.
Since the intensity of each pixel depends on the distance to the sensor, the average intensity of each line of the image is different and a gradual change may be present, assuming the horizon line is perfectly horizontal with respect to the image coordinates. Even though this effect may be neglected at high resolution correlation calculations, at higher pyramid levels it becomes a problem.
Considering these problems, to make the method stable and successful, a normalization preprocessing step is introduced, where an average intensity value is found for every row and it is subtracted from each pixel of that row (102). As a result of this row normalization step, the average intensity or brightness of each row is equalized and the above mentioned problems are eliminated. For this preprocessing step, it is crucial to have the perfectly stabilized horizon line with respect to the image coordinate system and therefore a previous image stabilization step, which adjusts the slope of the horizon line with respect to the image coordinate system, is needed before row normalization of the image in a preferred embodiment.
Then, an image pyramid of the row normalized image is generated for a predetermined number of levels (103). This step is carried out to make sure that targets of different sizes are detected since the matched filter's size is not changing. As higher pyramid levels are generated, larger targets start to become smaller and smaller. Small targets are detected in lower levels whereas larger ones are detected in higher levels of the pyramid. In a preferred configuration of the present inventive method, at least one additional level is generated including the original image. Pyramid generation is done by first passing the initial received image from a Gaussian filter and then downsampling it by a factor of 2. If the initial image is said to be the zeroth level, then the filtered and downsampled version of it becomes the first level and the second level will be obtained by filtering and downsampling of this previous level image. The number of levels is determined according to the maximum size of potential targets. The kernel (w) of the Gaussian filter used for pyramid generation in a preferred configuration is; w = [1/16 4/16 6/16 4/16 1/16]
And the five by five Gaussian filter (IIBLUR) used for pyramid formation in a preferred configuration, derived from the kernel is
1/256 4/256 6/256 4/ 256 1/ 256
4/ 256 16/ 256 24/ 256 16/256 4/256 h BLUR 6/ 256 24/ 256 36/256 24/256 6/ 256
4/ 256 16/ 256 24/ 256 16/256 4/256
1/256 4/256 6/256 4/ 256 1/ 256 In the following step, a region around each pixel of each pyramid level of row normalized image is correlated with a predetermined Gaussian filter (104). In a preferred configuration, a seven by seven Gaussian filter (hG-r) is used.
0 0 0 1 0 0 0
0 2 7 11 7 2 0
0 7 30 50 30 7 0
1 11 50 80 50 11 1 /512
0 7 30 50 30 7 0
0 2 7 11 7 2 0
0 0 0 1 0 0 0
This implies that in this preferred configuration, 7x7 regions around each pixel of the level images are correlated by this Gaussian filter by coinciding the midpoint of the filter with the pixel under consideration and calculating the normalized cross correlation between these using the following equation;
∑∑am - ave(Q)* (Fm - ave(F))
m n
l∑∑ C - ave(I))2∑∑ (F^ - ave(F))2
V m n m n where I represents the image block around a pixel to be correlated and F represents the Gaussian filter; lowercase m and n represents the pixel at the m* row and ηΛ column of the subscripted matrix and ave(F) and ave(I) represents the average values of the filter and image block, respectively. As it is apparent, this formula can be applied to any square filter with any size and the correlation value is found between -1 and 1. To be able to have a midpoint on the filter, it is square and has odd number of rows in this preferred configuration. At pixel positions where there is a good matching between the template and actual image, the correlation value is closer to 1. The pixels that have high correlation values are regarded as location of candidate targets. After the calculation of normalized cross correlation values for each pixel, a correlation image is obtained. By repeating this process for each level of the pyramid, correlation images of different sizes are obtained. In order to compare with the correlation values, a threshold image with the same dimensions as the received image is generated which indicates a threshold correlation value for each pixel position (105).
Since some critical targets are mostly close to the horizon for maritime surveillance applications, a low threshold region (L) is generated in the threshold image (F) around the horizon with the lowest threshold values. The other two regions above and below this low threshold region are adjusted to have higher threshold values than this low threshold region (L). Below the low threshold region, a high threshold region (H) having the highest values is introduced in order to prevent from clutter in the sea. Above the low threshold region, a medium threshold region (M) having threshold values in between the two other regions is introduced to be more sensitive to targets in the sky. (Figure 2)
The threshold image is preferentially generated by a horizon detection algorithm in a preferred configuration, which intends to detect the horizon in a received image and determine all thresholds accordingly. In order to utilize threshold image at different scales, an image pyramid of the threshold image with the same number of levels as the received image's pyramid is generated using the same filter and same downsampling ratio. (106)
Having all the necessary images in the image pyramid of the initial image and a respective threshold image for each of them, each image in the image pyramid of the correlation image is compared with the respective image in the image pyramid of the threshold image. The pixels whose threshold image values are larger than the correlation image are found in every levels of the pyramid in step (107). These pixels indicate the position of potential targets. Finally, targets detected at different levels of the image pyramid must be related to the original image. For this purpose, positions of each pixel found in higher pyramid levels are transferred to the original image's coordinates using the simple relation
(2km - 2k_1 + ½, 2kn - 2k_1 + ½)
Here, lowercase m and n represent coordinates of a pixel in the k level of the pyramid and the above relation converges to the original coordinates (m,n) for level zero (k=0). Then all the found targets are combined and listed in the original image's coordinate system as the candidate targets (108).
Ultimately, the inventive method (100) provides a way of preferentially comparing correlation values with a threshold and utilizes multi-scale template matching. The generation of the threshold image is independent from this invention but in fact, the capability of assigning different thresholds and row normalization makes the method (100) a valuable technique to detect targets. Utilization of horizon line is a very important aspect of the invention since a threshold image is constructed by assigning higher priority to the targets in the vicinity of the horizon. In order to detect the targets of different sizes, an image pyramid is constructed and a template matching based detection scheme is applied for all scales of the pyramid.
A system for detecting targets in maritime surveillance applications (1) fundamentally comprises;
- at least one image sensor (2) to acquire at least one electronic pixel image of the scene under consideration when necessary,
- at least one image processing unit (3) configured to receive at least one image and implement the method for detecting a target in maritime surveillance applications (100) using this image and output targets found by the method (100) if there is any. In a preferred embodiment of the present invention, image sensor (2) is a sensor configured to acquire an image with a contrast between a possible target and its background. Preferentially image sensor (2) is an infrared vision camera which is able to differentiate temperature differences in the scene.
In a preferred embodiment of the present invention, image processing unit (3) is configured to receive at least one image from image sensor (2). Anyone proficient in the image processing field should understand that this system (1) and method (100) is applied on a sequence of images and targets can be continuously monitored. In another embodiment of the present inventive system (1), image processing unit (3) is configured to receive at least one image from a recorded or live video stream.
In conclusion, a reliable and efficient methodology to detect the targets of different sizes in an image is proposed for maritime surveillance applications.
Within the scope of these basic concepts, it is possible to develop a wide variety of embodiments of the inventive "system and method for detecting targets in maritime surveillance applications" (1), (100). The invention cannot be limited to the examples described herein; it is essentially according to the claims.

Claims

A method for detecting targets in maritime surveillance applications (100) characterized by the steps of;
- receiving a pixel image (101),
- row normalization of the received image (102),
- generating an image pyramid of the received image for at least two scales; by first passing the lower scale image from a Gaussian filter and then downsampling it, lowest scale being the original image (103),
- correlating an image block around each pixel of each scale of received image with a predetermined Gaussian filter , finding a normalized cross correlation value for each pixel of each scale and generating a respective correlation image for each scale of the pyramid (104),
- creating a threshold image with the same dimensions as the received image indicating a threshold value for each pixel (105),
- generating an image pyramid for the threshold image with the same number of levels as the received image's pyramid by first passing the lower level's image from a Gaussian filter and then downsampling it (106),
- comparing each level of pyramid of the correlation image with the respective level of pyramid image of the threshold image and finding pixels for which the correlation image has larger value than the threshold image (107),
- transferring positions of each pixel found in the levels of pyramid to the original image's level and listing all the pixels in the original image's level as the candidate targets (108).
2. A method for detecting targets in maritime surveillance applications (100) according to Claim 1, characterized in that an image stabilization operation, which adjusts the slope of the horizon line with respect to the image coordinate system is implemented in step (102) before row normalization.
3. A method for detecting targets in maritime surveillance applications (100) according to Claim 1 or Claim 2, characterized in that the number of pyramid levels is determined according to the maximum size of potential targets in step (103).
4. A method for detecting targets in maritime surveillance applications (100) according to Claim 1 to 3, characterized in that in step (104), a Gaussian filter having odd number of rows is correlated with an image region with the same size by coinciding the midpoint of the filter with the pixel under consideration and using the equation;
Figure imgf000013_0001
5. A method for detecting targets in maritime surveillance applications (100) according to Claim 1 to 4, characterized in that a low threshold region (L) in the threshold image (F) is generated around the horizon in step (105).
6. A method for detecting targets in maritime surveillance applications (100) according to Claim 5, characterized in that a high threshold region (H) in the threshold image (F) is generated below low threshold region (L), having threshold values higher than low threshold region (L) in step (105).
7. A method for detecting targets in maritime surveillance applications (100) according to Claim 6, characterized in that a medium threshold region (M) in the threshold image (F) is generated above low threshold region (L), having threshold values in between the high threshold region (H) and the low threshold region (H) in step (105).
8. A method for detecting targets in maritime surveillance applications (100) according to Claim 1 to 7, characterized in that threshold image is preferentially generated by a horizon detection algorithm, which intends to detect the horizon in a received image and determine thresholds accordingly.
9. A method for detecting targets in maritime surveillance applications (100) according to Claim 1 to 8, characterized in that an image pyramid of the threshold image is generated using the same filter and same ratio used in calculating row normalized image's pyramid in step (106).
10. A system for detecting targets in maritime surveillance applications (1) comprising;
- at least one image sensor (2) to acquire at least one electronic pixel image of the scene under consideration when necessary,
and characterized by
- at least one image processing unit (3) configured to receive at least one image and implement the method for detecting targets in maritime surveillance applications (100) using this image and output targets found by the method (100) if there is any.
11. A system for detecting targets in maritime surveillance applications (1) as in Claim 10, characterized by an image sensor (2) which is configured to acquire an image with a contrast between a possible target and its background.
12. A system for detecting targets in maritime surveillance applications (1) as in Claim 10 or 11, characterized by an image sensor (2) which is an infrared camera having the ability of differentiating temperature differences in the scene.
13. A system for detecting targets in maritime surveillance applications (1) as in Claims 10 to 12, characterized by an image processing unit (3) which is configured to receive at least one image from image sensor (2)·
14. A system for detecting targets in maritime surveillance applications (1) as in Claims 10 to 13, characterized by an image processing unit (3) which is configured to receive an image from a recorded or live image sequence.
PCT/IB2012/050083 2012-01-06 2012-01-06 System and method for detecting targets in maritime surveillance applications WO2013102797A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/IB2012/050083 WO2013102797A1 (en) 2012-01-06 2012-01-06 System and method for detecting targets in maritime surveillance applications

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/IB2012/050083 WO2013102797A1 (en) 2012-01-06 2012-01-06 System and method for detecting targets in maritime surveillance applications

Publications (1)

Publication Number Publication Date
WO2013102797A1 true WO2013102797A1 (en) 2013-07-11

Family

ID=45498074

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2012/050083 WO2013102797A1 (en) 2012-01-06 2012-01-06 System and method for detecting targets in maritime surveillance applications

Country Status (1)

Country Link
WO (1) WO2013102797A1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105069815A (en) * 2015-07-27 2015-11-18 广东东软学院 Weak and small object tracking method and device of sea surface monitoring image
CN105894532A (en) * 2015-07-27 2016-08-24 广东东软学院 Sea surface monitoring image dim target detection method and device
CN109993744A (en) * 2019-04-09 2019-07-09 大连海事大学 A kind of infrared target detection method under sea backlight environment
CN111339950A (en) * 2020-02-27 2020-06-26 北京交通大学 Remote sensing image target detection method
CN111369458A (en) * 2020-02-28 2020-07-03 中国人民解放军空军工程大学 Infrared dim target background suppression method based on multi-scale rolling guide filtering smoothing
CN111783656A (en) * 2020-06-30 2020-10-16 哈工程先进技术研究院(招远)有限公司 Self-adaptive infrared small target detection method based on statistical characteristic pre-segmentation
CN112669332A (en) * 2020-12-28 2021-04-16 大连海事大学 Method for judging sea and sky conditions and detecting infrared target based on bidirectional local maximum and peak local singularity

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040151343A1 (en) 2003-01-31 2004-08-05 Lee Harry C. Automatic target recognition system with elliptical laplacian pyramid filter
US7430303B2 (en) 2002-03-29 2008-09-30 Lockheed Martin Corporation Target detection method and system
US20110001823A1 (en) 2007-10-26 2011-01-06 Thales Method for Detecting a Target

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7430303B2 (en) 2002-03-29 2008-09-30 Lockheed Martin Corporation Target detection method and system
US20040151343A1 (en) 2003-01-31 2004-08-05 Lee Harry C. Automatic target recognition system with elliptical laplacian pyramid filter
US20110001823A1 (en) 2007-10-26 2011-01-06 Thales Method for Detecting a Target

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
PEIZHI WEN ET AL: "A Method for Automatic Infrared Point Target Detection in a Sea Background Based on Morphology and Wavelet Transform", THIRD INTERNATIONAL SYMPOSIUM ON MULTISPECTRAL IMAGE PROCESSING AND PATTERN RECOGNITION, vol. 5286, 25 September 2003 (2003-09-25), XP055038577, ISBN: 978-0-81-945181-1, DOI: 10.1117/12.538804 *
SUNGHO KIM ET AL: "Robust scale invariant target detection using the scale-space theory and optimization for IRST", PATTERN ANALYSIS AND APPLICATIONS, SPRINGER-VERLAG, LO, vol. 14, no. 1, 21 November 2010 (2010-11-21), pages 57 - 66, XP019877101, ISSN: 1433-755X, DOI: 10.1007/S10044-010-0190-X *
SUNGHO KIM ET AL: "Scale invariant small target detection by optimizing signal-to-clutter ratio in heterogeneous background for infrared search and track", PATTERN RECOGNITION, ELSEVIER, GB, vol. 45, no. 1, 10 June 2011 (2011-06-10), pages 393 - 406, XP028388721, ISSN: 0031-3203, [retrieved on 20110719], DOI: 10.1016/J.PATCOG.2011.06.009 *
SUNGHO KIM ET AL: "Small Target Detection Utilizing Robust Methods of the Human Visual System for IRST", INTERNATIONAL JOURNAL OF INFRARED AND MILLIMETER WAVES, KLUWER ACADEMIC PUBLISHERS-PLENUM PUBLISHERS, NE, vol. 30, no. 9, 30 May 2009 (2009-05-30), pages 994 - 1011, XP019677150, ISSN: 1572-9559 *
SUNGHO KIM: "Double Layered-Background Removal Filter for Detecting Small Infrared Targets in Heterogenous Backgrounds", JOURNAL OF INFRARED, MILLIMETER, AND TERAHERTZ WAVES, SPRINGER US, BOSTON, vol. 32, no. 1, 28 November 2010 (2010-11-28), pages 79 - 101, XP019872144, ISSN: 1866-6906, DOI: 10.1007/S10762-010-9742-9 *
YINGHUI GAO ET AL: "Detection of a moving small target in IR cluttered background containing sea and sky areas", PROCEEDINGS OF SPIE, vol. 5640, 10 January 2005 (2005-01-10), pages 341 - 349, XP055038578, ISSN: 0277-786X, DOI: 10.1117/12.575785 *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105069815A (en) * 2015-07-27 2015-11-18 广东东软学院 Weak and small object tracking method and device of sea surface monitoring image
CN105894532A (en) * 2015-07-27 2016-08-24 广东东软学院 Sea surface monitoring image dim target detection method and device
CN109993744A (en) * 2019-04-09 2019-07-09 大连海事大学 A kind of infrared target detection method under sea backlight environment
CN109993744B (en) * 2019-04-09 2022-09-09 大连海事大学 Infrared target detection method under offshore backlight environment
CN111339950A (en) * 2020-02-27 2020-06-26 北京交通大学 Remote sensing image target detection method
CN111339950B (en) * 2020-02-27 2024-01-23 北京交通大学 Remote sensing image target detection method
CN111369458A (en) * 2020-02-28 2020-07-03 中国人民解放军空军工程大学 Infrared dim target background suppression method based on multi-scale rolling guide filtering smoothing
CN111369458B (en) * 2020-02-28 2023-04-07 中国人民解放军空军工程大学 Infrared dim target background suppression method based on multi-scale rolling guide filtering smoothing
CN111783656A (en) * 2020-06-30 2020-10-16 哈工程先进技术研究院(招远)有限公司 Self-adaptive infrared small target detection method based on statistical characteristic pre-segmentation
CN111783656B (en) * 2020-06-30 2024-03-08 哈尔滨工程大学 Self-adaptive infrared small target detection method based on statistical characteristic pre-segmentation
CN112669332A (en) * 2020-12-28 2021-04-16 大连海事大学 Method for judging sea and sky conditions and detecting infrared target based on bidirectional local maximum and peak local singularity
CN112669332B (en) * 2020-12-28 2023-09-01 大连海事大学 Method for judging sea-sky conditions and detecting infrared targets based on bidirectional local maxima and peak value local singularities

Similar Documents

Publication Publication Date Title
WO2013102797A1 (en) System and method for detecting targets in maritime surveillance applications
KR101011515B1 (en) Method of object recognition in image data using combined edge magnitude and edge direction analysis techniques
US8094936B2 (en) Method and apparatus to segment motion area in real-time to detect motion in surveillance camera system
CN109389618B (en) Foreground and background detection method
US10452922B2 (en) IR or thermal image enhancement method based on background information for video analysis
JP4533836B2 (en) Fluctuating region detection apparatus and method
EP2959454A1 (en) Method, system and software module for foreground extraction
JP2008192131A (en) System and method for performing feature level segmentation
KR101224164B1 (en) Pre- processing method and apparatus for license plate recognition
JP2008286725A (en) Person detector and detection method
CN107316318B (en) Air target automatic detection method based on multi-subregion background fitting
RU2615063C2 (en) Method and device for detecting moving objects in video image sequence
JP2014048131A (en) Image processing device, method, and program
Hashmani et al. A survey on edge detection based recent marine horizon line detection methods and their applications
CN112613456A (en) Small target detection method based on multi-frame differential image accumulation
CN115457489A (en) Vehicle type identification method based on video monitoring
US10789688B2 (en) Method, device, and system for enhancing changes in an image captured by a thermal camera
WO2022015260A1 (en) An object detection method
Dederscheck et al. Illumination invariance for driving scene optical flow using comparagram preselection
Manonmani et al. Underwater Mine Detection Using Histogram of oriented gradients and Canny Edge Detector
CN113409334A (en) Centroid-based structured light angle point detection method
Erokhin et al. Detection and tracking of moving objects with real-time onboard vision system
Halkarnikar et al. Object detection under noisy condition
CN113470001B (en) Target searching method for infrared image
Kim et al. Fast ROI Detection for Speed up in a CNN based Object Detection

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 2012/15577

Country of ref document: TR

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12700536

Country of ref document: EP

Kind code of ref document: A1

DPE1 Request for preliminary examination filed after expiration of 19th month from priority date (pct application filed from 20040101)
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12700536

Country of ref document: EP

Kind code of ref document: A1