WO2014151286A1 - System and method for detecting a strobe by using spatial features in video frames - Google Patents
System and method for detecting a strobe by using spatial features in video frames Download PDFInfo
- Publication number
- WO2014151286A1 WO2014151286A1 PCT/US2014/025376 US2014025376W WO2014151286A1 WO 2014151286 A1 WO2014151286 A1 WO 2014151286A1 US 2014025376 W US2014025376 W US 2014025376W WO 2014151286 A1 WO2014151286 A1 WO 2014151286A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- histogram
- strobe
- region
- video processing
- image data
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/40—Scenes; Scene-specific elements in video content
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/50—Extraction of image or video features by performing operations within image blocks; by using histograms, e.g. histogram of oriented gradients [HoG]; by summing image-intensity values; Projection analysis
- G06V10/507—Summing image-intensity values; Histogram projection analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/40—Scenes; Scene-specific elements in video content
- G06V20/46—Extracting features or characteristics from the video content, e.g. video fingerprints, representative shots or key frames
Definitions
- the present disclosure relates to a system for and method of detecting a strobe in an image frame of a video.
- FIG. 1 illustrates a conventional video system
- FIG. 2 illustrates two image frames
- FIG. 3 illustrates an example histogram
- FIG. 4 illustrates an example video system
- FIG. 5 illustrates example components of the encoder of FIG. 4
- FIG. 6 illustrates an example method of operating encoder of FIG. 4
- FIG. 7 illustrates an example histogram
- FIG. 8 illustrates an example original frame, a corresponding histogram and three masks
- FIG. 9 illustrates another example original frame, a corresponding histogram and four masks
- FIG. 10 illustrates another example original frame, a corresponding histogram and one mask
- FIG. 11 illustrates two example image frames as divided into a plurality of sections
- FIG. 12 illustrates another example video system
- FIG. 13 illustrates example components of the encoder of FIG. 12
- FIG. 14 illustrates an example method of operating the encoder of FIG. 13,
- FIGs. 15A-B illustrates an image frame as divided into a plurality of sections.
- the present disclosure is generally drawn to systems and methods of detecting a strobe within an image.
- Strobes are commonly produced in video. As a cinematic feature, it is often used to signal emotions or as a separator for the transition from one shot to another.
- strobes are due to physical reasons, such as the video source directly facing a directional light source.
- the strobe typically includes an extremely bright core, surrounded by transition strip with the strength of the brightness gradually degrades away from the core and eventually blends into the background.
- Detecting and identifying a strobe within an image frame may be useful for many reasons. For example, image frames having strobes therein may need different encoding. Therefore, if a strobe can be recognized, appropriate encoding resources may be allocated. For purposes of discussion therein, identification of a strobe within an image will be discussed in conjunction with encoding. However, it should be noted that such discussion is merely for purposes of explanation, and is not to be limited.
- FIG. 1 illustrates a conventional video system 100.
- conventional video system 100 includes a video source 102, an encoder 104 and a storage/transmission component 106.
- video source 102 include a media server, a camera, a video storage, a receiver and a video decoder (in the context of transcoding, where input video is first decoded and re-encoded into different size, format, etc).
- Video source 102 is operable to provide image data 108 to encoder 104.
- Encoder 104 is operable to provide encoded data 110 to storage/transmission component 106.
- video source 102 generates image data 108 as a series of still images, wherein each still image is called a frame.
- Each frame is composed of a plurality of pixels, wherein each pixel includes pixel data.
- Pixel data for each pixel includes at least one characteristic and an associated value of the characteristic(s) of that pixel.
- characteristics include chrominance, luminance, etc.
- the associated value of the characteristic may be a detected value in a predetermined range.
- pixel data may include as a characteristic, the amount of detected red in the pixel, whereas the associated value is on a scale from 0 to 255, wherein zero is an indication that no red has been detected and 255 is an indication of a maximum amount of red has been detected.
- pixel data may include as a characteristic, the amount of detected luminance in the pixel, whereas the associated value is on a scale of 0 to 255, wherein zero is an indication of no detected luminance and 255 is an indication of maximum luminance.
- FIG. 2 illustrates an image frame 200 and an image frame 202.
- Image frame 200 includes an image of a person 204, a background 206 and a strobe 209.
- Image frame 202 includes a second image of a person 212, a background 214 and the strobe 217.
- strobe 209 is clearly illustrated as a bright core 208 surrounded by a transition 210, whose brightness gradually degrades away from core 208 to background 206.
- strobe 217 is clearly illustrated as a bright core 216 surrounded by a transition 218, whose brightness gradually degrades away from core 216 to background 214.
- strobe 209 may generally be considered to be of similar brightness and location as strobe 217. However the size of strobe 209 is much smaller than strobe 217. Further, transition 210 of strobe 209 is much smaller than transition 218 of strobe 217. Accordingly, the different strobes may require additional processing resources for encoding. For at least this reason, it may be important to identify a strobe frame. [0030] Returning to FIG. 1, encoder 104 encodes image data 108. The amount of resources needed to encode image data depends largely on the amount and type of data to be encoded.
- multiple characteristics may be used for pixel data.
- larger scales may be used in association with each characteristic.
- the number of pixels per frame may be increased. As the number of pixels increases, as the number of characteristics per pixel increases, and as the scale of each characteristic increases, the corresponding amount of data per image frame increases.
- FIG. 3 illustrates a histogram 300.
- Histogram 300 includes a y-axis 302, an x-axis 304 and the function 306.
- a histogram is a graphical representation showing a visual impression of a distribution of data.
- histogram 300 is a graphical representation showing a visual impression of a distribution of luminance of pixels of an image frame.
- Y-axis 302 measures a number of pixels within the frame, wherein the origin indicates no pixels and wherein the upper-most part of the y-axis indicates a maximum number of pixels.
- X-axis 304 measures luminance, wherein the origin indicates zero luminance (black), and the rightmost part of x-axis 304 indicates the maximum luminance.
- Function 306 shows the distribution of luminance of pixels within the frame.
- Function 306 includes a portion indicated by ellipse 308, disposed near the origin of y-axis 302 and the origin of the x-axis 304. Accordingly, the portion of function 306 indicated by ellipse 308 indicates an amount of pixels having low luminance within the frame.
- Function 306 includes a portion indicated by ellipse 310, disposed higher up y-axis 302 and to the right of the origin of x-axis 304. Accordingly, the portion of function 306 indicated by ellipse 310 indicates that there are many more pixels having a higher luminance within the frame as compared to the number of pixels having lower luminance in the frame (as indicated by ellipse 308).
- Function 306 includes a portion indicated by ellipse 312, disposed lower down on y- axis 302 as compared to ellipse 310 and to the right on x-axis 304 as compared to ellipse 310.
- Function 306 includes an isolated spike indicated by ellipse 314 that extends higher up y-axis 302 as compared to ellipse 306 and to the far right end of x-axis 304. Accordingly, the portion of function 306 indicated by ellipse 314 indicates that a number of pixels having a relatively high luminance and a relatively small deviation within the frame.
- an isolated spike such as indicated by the portion of function 306 indicated by ellipse 314, may be an indicator of a strobe in a frame.
- FIG. 4 illustrates an example video system 400.
- video system 400 includes video source 102, an encoder 402 and storage/transmission component 106.
- Video source 102 is operable to provide image data 108 to encoder 402.
- Encoder 402 is operable to provide encoded data 404 to storage/transmission component 106.
- FIG. 5 illustrates example components of encoder 402.
- encoder 402 includes a controlling component 502, a histogram generating components 504, an analyzing component 506, a comparator 508 and an encoding component 510.
- Controlling component 502 is operable to: control operation of histogram generating component 504 by way of a control signal 512; control operation of analyzing component 506 by way of a control signal 514; control operation of comparator 508 by way of a control signal 516; and control operation of an encoding component 510 by way of a signal 518.
- Histogram generating component 504 is configured to receive image data 108 and control signal 512. Histogram generating component 504 is operable to generate a histogram based on image data 108 and output histogram data by way of a signal 520.
- Analyzing component 506 is configured to receive signal 520 and control signal 514. Analyzing component 506 is operable to analyze the histogram, to identify an isolated spike in the histogram and to output a strobe parameter by way of a signal 522.
- Comparator 508 is configured to receive control signal 516 and signal 522. Comparator 508 is operable to: compare the strobe parameter with a predetermined threshold; to output a first instruction signal, by way of a signal 524, when the strobe parameter is greater than the predetermined threshold; and to output a second instruction signal, by way of signal 524, when the strobe parameter is less than or equal to the predetermined threshold. As will be discussed in more detail below, in an example embodiment, comparator 508 is able to compare the strobe parameter with three predetermined thresholds. An example binary "yes strobe" / "no strobe" output is merely provided as an example embodiment for purposes of discussion. In other embodiments, a video encoder may be optimized based on how large the strobe is, or how bright, where it is located in the image, etc.
- Encoding component 510 is configured to receive image data 108, control signal 518 and to receive signal 524. Encoding component 510 is operable to encode the image data in a first manner based on the first instruction signal and to encode image data in a second manner based on the second instruction signal. Encoding component 510 is further operable to output the entered image data as encoded data 404.
- FIG. 6 illustrates an example method 600 of operating encoder 402.
- method 600 starts (S602), and a frame is loaded (S604).
- histogram generating component 504 receives image data 108, which includes image data corresponding to a frame.
- image data 108 include data corresponding to image frame 200 of FIG. 2.
- a histogram is generated for that frame (S606).
- controlling component 502 instructs histogram generating component 504, via control signal 512, to analyze data associated with a pixel in image data 108 to determine the luminance of that pixel.
- Histogram generating component 504 will repeat this process until all the pixels in image data 108 are analyzed. For example, consider histogram 300 of FIG. 3. For any particular luminance along x-axis 304, the corresponding coordinate along y-axis 302 illustrates the number of pixels within image data 108 having that particular luminance.
- the most common luminance is shown in the highest peak within ellipse 310.
- a large number of pixels share an extremely large luminance is shown in the highest peak within ellipse 314, which is an indication of a strobe.
- controlling component 502 instructs histogram generating component 504, via control signal 512, to provide the histogram to analyzing component 506 via signal 520.
- controlling component 502 instructs analyzing component 506, via control signal 514, and instructs comparator 508, via control signal 516, to make such a determination. This portion of method 600 will be described in greater detail with reference to FIG. 7.
- FIG. 7 illustrates a histogram 700.
- histogram 700 includes a y-axis 702, an x-axis 704 and a function 706.
- histogram 700 corresponds to a first frame being analyzed by encoder 402.
- Analyzing component 506 defines a threshold T at point 708, which partitions histogram 700 into two regions: region 710 and region 712. Region 710 is defined by x-axis points [0,T-1], whereas region 712 is defined by x-axis points [T,255].
- Analyzing component 506 then defines three features, F], F 2 and F 3 .
- F] is defined as (Area of R 2 ) / (Area of Ri).
- F] is a comparison of the number of pixels within region R 2 and the number of pixels within region Ri. Using the example of FIG. 7, if a significant number of pixels fall in region 712, as compared to the number of pixels within region 710, there is a possibility of a strobe.
- F 2 in an example embodiment, is defined as Max(R 2 ) / Mean(R 2 ). Generally speaking, F 2 is used to establish a distribution of the number of pixels that fall in region 712. In this example embodiment, F 2 is defined by the largest number of pixels for a particular luminance value within region R 2 divided by the mean number of pixels for all luminance values within region R 2 . Using the example of FIG. 7, F 2 is defined by the largest number of pixels for a luminance value, indicated by line 716, within region 712 divided by the mean number of pixels for all luminance values, indicated by line 718, within region 712. In this example, the luminance value associated with line 716 is at point 714 on x-axis 704.
- F3 is defined as (Area of P) / (Area of R 2 ), where the Area of P is the area under the peak within region R 2 .
- the details for an example method of determining the domain of P are given below.
- F 3 is a comparison of the number of pixels within the peak in region R 2 and the number of pixels within the entire region R 2 .
- First the peak is defined.
- analyzing component 506 sets a value r, and determines that the peak is bounded on x-axis of the histogram at r*Max(R 2 ). Using the example of FIG.
- the domain of P is 0.1 times the histogram value (i.e. number of pixels) at point 714 in a positive and negative direction along x-axis 704. Accordingly, in this example, the domain of P is from the point 720 on x- axis 704 to point 722 on x-axis 704.
- P 2 the histogram value
- Xp denote Xp as the x-axis position at point 714 corresponding to Max(R 2 )
- the peak point is characterized by x and y value [Xp, h(Xp)].
- One can start from [Xp, h(Xp)] and search towards left (x decreases) until h(Pi) > h(Pi+l) which defines Pi. Similarly one can search towards the right starting from [Xp, h(Xp)] to find P 2 .
- a variable slope line passing through the point [Xp, h(Xp)] can be used to approximate the left (ramp up) and right (ramp down) boundary of the peak indicated by line 716. The intersection between function 706 and the approximation lines of left and right ramp determines Pi and P 2 .
- the area of P may be determined, i.e., the number of pixels within the image frame that are disposed in the isolated spike. With the area of P determined, F is then determined as (Area of P) / (Area of R 2 ). Using the example of FIG. 7, F is defined by number of pixels having a luminance value between that defined by points 720 and 722 on x-axis 704 divided by the number of pixels within region 712.
- controlling component 502 then instructs analyzing component 506, via signal 514, to provide F], F 2 and F 3 to comparator 508 via signal 522.
- comparator 508 has stored therein, a first threshold T], a second threshold T 2 , and a third threshold T3.
- Threshold Ti determines if there is a large distribution of pixels at the very bright end of the histogram marked by the border between region Rj and R 2 .
- Threshold T 2 is a minimum value to identify a "spike" in region R 2 .
- Threshold T3 is a minimum value to determine whether a strobe exists based on the bright pixel concentration in area R 2 .
- Non-limiting examples of ways to define T], T 2 , and T 3 are empirical observation, training of support vector machines, and other machine learning technologies.
- Comparator 508 compares F] with T]. If Fi is greater than T], then a significant number of pixels fall into region R 2 . Using the example of FIG. 7, if the number of pixels that fall within region 712 is sufficiently high as compared to the number of pixels that fall within region 710, such that F] > T], then there is a possibility of a strobe for the frame. Alternatively, in the event that F] is ⁇ T], there is no strobe detected for the frame.
- Comparator 508 additionally compares F 2 with T 2 . It F 2 is greater than T 2 , it means that there is an identifiable isolated spike in region R 2 . In the event that F 2 is ⁇ T 2 , there is no strobe detected for the frame, even if it is determined that Fi > Ti.
- Comparator 508 additionally compares F with T3. If F3 is greater than T3, it indicates that pixels are highly concentrated in the peak - more of a spike as opposed to a hill. In the event that F3 is ⁇ T3, there is no strobe detected for the frame, even if it is determined that F] > Ti and that F 2 > T 2 .
- the frame may be encoded in a first manner which is optimal for video frames in which no strobe is present (S610). For example, as shown in FIG. 5, in the event that Fj ⁇ T], F 2 ⁇ T 2 or F 3 ⁇ T 3 , comparator 508 provides a non-strobe instruction signal, via signal 524, to encoding component 510. Encoding component may then encode the frame in a first manner.
- the brightness range is determined (S616).
- the brightness range is determined by finding the boundary for the identified peak 716: [P], P 2 ].
- P 2 is fixed to be 255 and the brightness range becomes [P], 255].
- preprocessing is applied to histogram 700 prior to searching for the peak and its boundary.
- the preprocessing is low-pass filtering.
- a binary mask is then generated to signal the spatial location of strobe sources (S618).
- controlling component 502 may instruct analyzing component 506, via control signal 514, to generate a binary mask for the frame. It is possible that extremely bright objects, which are not strobes, within the frame can formulate an isolated spike, thus leading to a false positive identification of a strobe.
- the binary mask will help identify probably strobes. This will be described in greater detail with reference to FIGs. 8-10.
- FIG. 8 illustrates an original frame 800, a histogram 802, a mask 804, a mask 806 and a mask 812.
- the image in original frame 800 is comprised mostly of pixels with middle range luminance, and then some pixels with very high luminance, the very bright text.
- Corresponding histogram 802 includes a plurality of middle range spikes 808 indicating a large amount of pixels at the middle range luminance scale and a spike 810 indicating a small amount of pixels at the higher luminance scale.
- histogram 802 includes isolated spike 810. The question remains as to whether 810 is representative of a strobe. As evidenced by original frame 800, isolated spike 810 in this case is not representative of a strobe.
- Mask 804 corresponds to original frame 800 as processed with a brightness range [T], 255]. Any pixels within original frame 800 having a brightness greater than or equal to Ti will show up in mask 804 as a binary 1 (white), whereas any pixels within original frame 800 having a brightness less than Ti will show up in mask 804 as a binary zero (black).
- Mask 806 corresponds to original frame 800 as processed with a brightness of [T 2 , 255] where T 2 ⁇ Ti. Any pixels within original frame 800 having a brightness greater than or equal to T 2 will show up in mask 804 as a binary 1 (white), whereas any pixels within original frame 800 having a brightness less than T 2 will show up in mask 804 as a binary zero (black).
- Mask 812 is determined by taking binary XOR (exclusive OR) between mask 804 and mask 806, or equivalently, mask 812 corresponds to original frame 800 as processed with a third mask having brightness range [T 2 , Tf].
- Tj is determined as the left boundary, e.g.., Pi in step S616, of the identified spike.
- the first mask generated by the brightness range [T], 255] should cover the bright core of the strobe source.
- T 2 ⁇ Ti which means more darker pixels are included in the second mask generated by applying the brightness range [T 2 , 255].
- the second mask should include pixels from the transition strip, and these pixels should in general be spatially co-located with the bright core pixels.
- the bright object is not a strobe, as in this example frame 800, then there are not much additional pixels included in the second mask. This is also evident from the histogram: not many pixels are distributed in the range [T 2 , Ti].
- a third mask is determined by the range [T 2 , Ti], and the spatial pixel distribution of the third mask is compared to spatial pixel distribution of the first mask with the range [T l s 255]. If they are not co-located, then the detected isolated spike does not correspond to a strobe.
- the spatial co-location check is done by comparing the horizontal and vertical projections (number of mask pixels in each horizontal/vertical line) of the first mask and the third mask.
- controlling component 502 may instruct the analyzing component, via control signal 514, to analyze an applied binary mask to determine whether a detected isolated spike corresponds to a strobe. This will be described in greater detail with reference to FIGs. 9-10.
- FIG. 9 illustrates an original frame 902, a histogram 904 and masks 906, 914, 916 and 918.
- the image in original frame 902 has a plurality of strobes.
- Corresponding histogram 904 includes a very tall isolated spike 908 indicating a large amount of pixels at the higher luminance scale. The question remains as to whether 908 is representative of a strobe.
- Mask 906 is a binary mask illustrating which pixels within original frame 902 are in the luminance range [Pj, P 2 ] in step S616.
- Mask 918 corresponds to original frame 902 as processed with brightness range [T], 255]. Any pixels within original frame 902 having a brightness greater than or equal to Ti will show up in mask 918 as a binary 1 (white), whereas any pixels within original frame 902 having a brightness less than T] will show up in mask 918 as a binary zero (black).
- Mask 916 corresponds to original frame 902 as processed with a second mask having [T 2 , 255] where T 2 ⁇ Ti . Any pixels within original frame 902 having a brightness greater than or equal to T 2 will show up in mask 916 as a binary 1 (white), whereas any pixels within original frame 902 having a brightness less than T 2 will show up in mask 916 as a binary zero (black).
- Frame 914 is the mask for a differential pixel map having brightness range [T 2 , Ti], which shows the pixels of the transition strip.
- any pixels within original frame 902 having a brightness greater than or equal to T 2 and less than or equal to T] will show up in mask 914 as a binary 1 (white), whereas any pixels within original frame 902 having a brightness less than T 2 and greater than T] will show up in mask 914 as a binary zero (black).
- the pixels in mask 914 show the transition strip pixels spatially co-located (enclosing) the strobe mask in frame 902. Since frame 902 has transition pixels as shown in mask 914 and passed the verification test, e.g., R d >T d , it is determined to be a strobe. A strobe is not verified by the shape of its core, but by the detection of the existence of the transition stripe. For a non-strobe bright object, either there is much less transition strip pixels, e.g., R d ⁇ T d , for example as shown in FIG. 8, or the detected transition strip pixels are not spatially co-located (surrounding) the core.
- FIG. 10 illustrates another original frame 1002, a histogram 1004 and a mask 1006.
- the image in original frame 1002 has a plurality of strobes.
- Corresponding histogram 1004 includes an isolated spike 1008 indicating a large amount of pixels at the higher luminance scale.
- histogram 1004 includes isolated spike 1008. The question remains as to whether 1008 is representative of a strobe. Again the frame exhibits transition strip pixels and passes the strobe test, thus providing indication of a strobe in frame 1002.
- the strobe mask provides additional indication of a strobe, after identification of the isolated spike in the histogram, then controlling component 502 uses the two masks for strobe verification as discussed above.
- a strobe is detected (S622). If a strobe is not detected (NO at S622), then the frame may be encoded in a first manner (S610). It is then determined whether the current frame is the last frame to be encoded (S612). If it is determined that another frame is to be encoded (NO at S612), then the next frame is loaded (S604) and method 600 continues. Alternatively, if it is determined that no other frames are to be encoded (YES at S612), then method 600 stops (S614).
- the frame may be encoded in a second manner which is optimal for video frames in which a strobe is present (S624). It is then determined whether the current frame is the last frame to be encoded (S612). If it is determined that another frame is to be encoded (NO at S612), then the next frame is loaded (S604) and method 600 continues. Alternatively, if it is determined that no other frames are to be encoded (YES at S612), then method 600 stops (S614).
- a strobe is identified by analyzing an entire frame.
- a strobe may be identified by analyzing portions of a frame. This will now be described with reference to FIGs. 11-14.
- the bright pixel distribution at the bright end of a histogram depends on the ratio of total number of bright pixels (gray level larger than threshold T at point 708) divided by the total number of pixels of the measuring area. If the strobe source is relatively small in area compared to the whole frame, then its distribution at the whole frame histogram will be weak and might be missed in detection. On the other hand, if the histogram is generated over a block which contains the strobe source and the block is smaller in size than the whole frame, then the distribution of the strobe pixels at the histogram will be stronger, therefore can be more robustly detected.
- FIG. 11 illustrates image frame 200 as divided into a plurality of sections 1102 and image frame 202 as divided into a plurality of sections 1104.
- FIG. 12 illustrates another example video system 1200.
- video system 1200 includes video source 102, an encoder 1202 and storage/transmission component 106.
- Video source 102 to is operable to provide image data 108 to encoder 1202.
- Encoder 1202 is operable to provide encoded data 1204 to storage/transmission component 106.
- Video system 1200 is similar to video system 400 of FIG. 4, but differs in the sense that encoder 1202 will process an image frame by processing the plurality of sections.
- FIG. 13 illustrates example components of encoder 1202.
- encoder 1202 includes a controlling component 1302, an image dividing component 1304, histogram generating components 504, analyzing component 506, comparator 508 and encoding component 510.
- Controlling component 1302 is operable to: control operation of image dividing component 1304 by way of a control signal 1306; control operation of histogram generating component 504 by way of control signal 512; control operation of analyzing component 506 by way of control signal 514; control operation of comparator 508 by way of control signal 516; and control operation of an encoding component 510 by way of signal 518.
- Image dividing component 1304 is configured to receive image data 108 and control signal 1202. Image dividing component 1304 is operable to generate sections of image data based on image data 108 and output the sections of image data 1308.
- Histogram generating component 504 is configured to receive sections of image data 1308 and control signal 512. Histogram generating component 504 is operable to generate a histogram based on sections of image data 1308 and output sectional histogram data by way of a signal 1310.
- Analyzing component 506 is configured to receive signal 1310 and control signal 514. Analyzing component 506 is operable to analyze the sectional histogram, to identify an isolated spike in the sectional histogram and to output a strobe parameter by way of a signal 1312.
- Comparator 508 is configured to receive control signal 516 and signal 1312.
- Comparator 508 is operable to: compare the strobe parameter with a predetermined threshold; to output a first instruction signal, by way of a signal 1314, when the strobe parameter is greater than the predetermined threshold; and to output a second instruction signal, by way of signal 1314, when the strobe parameter is less than or equal to the predetermined threshold.
- Encoding component 510 is configured to receive control signal 518 and to receive signal 1314.
- Encoding component 510 is operable to encode the image data in a first manner based on the first instruction signal and to encode image data in a second manner based on the second instruction signal.
- Encoding component 510 is further operable to output the entered image data as encoded data 404.
- Encoder 1202 is similar to encoder 402 of FIG. 5, but differs in the sense that encoder 1202 includes image dividing component 1304 and controlling component 1302 is additionally able to control image dividing component 1304. A more detailed discussion of the operation of encoder 402 will now be described with additional reference to FIGs. 6-10.
- FIG. 14 illustrates an example method 1400 of operating encoder 1202.
- method 1400 starts (S1402), and a frame is loaded (S1404).
- image dividing component 1304 receives image data 108, which includes image data corresponding to a frame.
- a frame section is loaded (S1406).
- controlling component 1302 instructs image dividing component 1304 to divide the image frame into sections.
- image frame 200 is divided into a plurality of sections 1102.
- Controlling component 1302 then instructs image dividing component 1304, via control signal 1306, to provide the image data corresponding to a first section to histogram generating component 504 via signal 1308.
- a histogram is generated for that frame section (S606).
- the method portions S606, S608, S610, S612, S614, S616, S618, S620, S622 and S624 of method 1400 are similar to method 600 discussed above, with the exception that a frame section is processed as opposed to an entire frame.
- analyzing component 506 and comparator 508 operate with data corresponding to a frame section. As such, by the time the last section of a frame is analyzed, analyzing component 506 will have analyzed the frame by analyzing the histogram of each section of image data individually.
- analyzing component 506 will have identified a spike in each section by analyzing each individual histogram. Still further, by the time the last section of a frame is analyzed, analyzing component 506 will have outputted a strobe parameter for each individual histogram. Similarly, by the time the last section of a frame is analyzed, comparator 508 will have compared each strobe parameter with predetermined thresholds and outputted instructions to encoding component 510 as to how to encode each section.
- the individual sections of image data are analyzed.
- sections may be analyzed in an overlapped manner. This will be discussed with reference to FIGs. 15A-B. Without knowing where the strobe pixels are located, overlapped section partitions may enhance the chance that a section contains a majority of the strobe pixels, hence making the detection more robust.
- FIGs. 15A-B illustrates image frame 200 as divided into a plurality of sections 1502.
- sections 1504, 1506 and 1508 are grouped together as section 1512 for analysis.
- sections 1506, 1508 and 1510 can be grouped together as section 1514 for analysis. It is clear that section 1512 and 1514 overlaps with each other.
- sections 1506, 1508 and 1510 are grouped together as section 1514 for analysis.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Facsimile Image Signal Circuits (AREA)
- Image Processing (AREA)
- Studio Devices (AREA)
- Image Analysis (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Picture Signal Circuits (AREA)
Abstract
Description
Claims
Priority Applications (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
BR112015022280A BR112015022280B8 (en) | 2013-03-15 | 2014-03-13 | VIDEO PROCESSING METHODS |
MX2015012434A MX347667B (en) | 2013-03-15 | 2014-03-13 | System and method for detecting a strobe by using spatial features in video frames. |
CN201480015967.5A CN105074727B (en) | 2013-03-15 | 2014-03-13 | System and method for the detection stroboscopic of use space feature in the video frame |
KR1020157025689A KR101843625B1 (en) | 2013-03-15 | 2014-03-13 | System and method for detecting a strobe by using spatial features in video frames |
EP14719455.9A EP2981927B1 (en) | 2013-03-15 | 2014-03-13 | System and method for detecting a strobe by using spatial features in video frames |
CA2904622A CA2904622C (en) | 2013-03-15 | 2014-03-13 | System and method for detecting a strobe by using spatial features in video frames |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201361799839P | 2013-03-15 | 2013-03-15 | |
US61/799,839 | 2013-03-15 | ||
US13/858,921 US9195892B2 (en) | 2013-03-15 | 2013-04-08 | System for and method of detecting strobe using spatial features in video frames |
US13/858,921 | 2013-04-08 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2014151286A1 true WO2014151286A1 (en) | 2014-09-25 |
Family
ID=51527311
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2014/025376 WO2014151286A1 (en) | 2013-03-15 | 2014-03-13 | System and method for detecting a strobe by using spatial features in video frames |
Country Status (8)
Country | Link |
---|---|
US (1) | US9195892B2 (en) |
EP (1) | EP2981927B1 (en) |
KR (1) | KR101843625B1 (en) |
CN (1) | CN105074727B (en) |
BR (1) | BR112015022280B8 (en) |
CA (1) | CA2904622C (en) |
MX (1) | MX347667B (en) |
WO (1) | WO2014151286A1 (en) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20060152634A1 (en) * | 2005-01-10 | 2006-07-13 | Mavs Lab Inc. | Method for detecting and eliminating flash scene in digital video |
US20090147142A1 (en) * | 2007-12-11 | 2009-06-11 | Zhicheng Lancelot Wang | Flash detection |
EP2187647A1 (en) * | 2008-11-12 | 2010-05-19 | Sony Corporation | Method and device for approximating a DC coefficient of a block of pixels of a frame |
EP2421249A1 (en) * | 2009-04-16 | 2012-02-22 | Panasonic Corporation | Imaging device, external flash detection method, program, and integrated circuit |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH08329276A (en) | 1995-06-01 | 1996-12-13 | Ricoh Co Ltd | Three-dimensional graphic processor |
US5990980A (en) | 1997-12-23 | 1999-11-23 | Sarnoff Corporation | Detection of transitions in video sequences |
US6694051B1 (en) * | 1998-06-24 | 2004-02-17 | Canon Kabushiki Kaisha | Image processing method, image processing apparatus and recording medium |
JP3741212B2 (en) | 2001-07-26 | 2006-02-01 | セイコーエプソン株式会社 | Image processing system, projector, program, information storage medium, and monochrome expansion processing method |
KR100850935B1 (en) * | 2001-12-27 | 2008-08-08 | 주식회사 엘지이아이 | Apparatus for detecting scene conversion |
KR20040006065A (en) * | 2002-07-09 | 2004-01-24 | 삼성전자주식회사 | Scene change detector and method thereof |
SG139602A1 (en) * | 2006-08-08 | 2008-02-29 | St Microelectronics Asia | Automatic contrast enhancement |
US8503520B2 (en) * | 2006-09-01 | 2013-08-06 | Thomson Licensing | Method and apparatus for encoding a flash picture occurring in a video sequence, and for decoding corresponding data for a flash picture |
JP4279318B2 (en) | 2007-02-02 | 2009-06-17 | 三菱電機株式会社 | Video display device |
US20090109341A1 (en) | 2007-10-30 | 2009-04-30 | Qualcomm Incorporated | Detecting scene transitions in digital video sequences |
ATE513280T1 (en) | 2008-01-17 | 2011-07-15 | Koninkl Philips Electronics Nv | FLASH DETECTION |
EP2426620A1 (en) | 2010-09-02 | 2012-03-07 | Deutsche Telekom AG | Feature extraction and automatic annotation of flash illuminated video data in unconstrained video streams |
WO2012040157A1 (en) | 2010-09-20 | 2012-03-29 | The Government Of The United States Of America, As Represented By The Secretary Of The Navy | Flash detection and clutter rejection processor |
-
2013
- 2013-04-08 US US13/858,921 patent/US9195892B2/en active Active
-
2014
- 2014-03-13 EP EP14719455.9A patent/EP2981927B1/en active Active
- 2014-03-13 MX MX2015012434A patent/MX347667B/en active IP Right Grant
- 2014-03-13 WO PCT/US2014/025376 patent/WO2014151286A1/en active Application Filing
- 2014-03-13 CA CA2904622A patent/CA2904622C/en active Active
- 2014-03-13 KR KR1020157025689A patent/KR101843625B1/en active IP Right Grant
- 2014-03-13 CN CN201480015967.5A patent/CN105074727B/en active Active
- 2014-03-13 BR BR112015022280A patent/BR112015022280B8/en active IP Right Grant
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20060152634A1 (en) * | 2005-01-10 | 2006-07-13 | Mavs Lab Inc. | Method for detecting and eliminating flash scene in digital video |
US20090147142A1 (en) * | 2007-12-11 | 2009-06-11 | Zhicheng Lancelot Wang | Flash detection |
EP2187647A1 (en) * | 2008-11-12 | 2010-05-19 | Sony Corporation | Method and device for approximating a DC coefficient of a block of pixels of a frame |
EP2421249A1 (en) * | 2009-04-16 | 2012-02-22 | Panasonic Corporation | Imaging device, external flash detection method, program, and integrated circuit |
Non-Patent Citations (1)
Title |
---|
NUNNAPUS BENJAMA ET AL: "Flashlight Detection in Indoor Sport Videos for Highlight Generation Nunnapus", ECTI-CON 2005 :2TH INTERNATIONAL CONFERENCE ON ELECTRICAL ENGINEERING/ELECTRONICS, COMPUTER, TELECOMMUNICATIONS AND INFORMATION TECHNOLOGY, 1 January 2005 (2005-01-01), Pattaya, Thailand, pages 534 - 537, XP055036618 * |
Also Published As
Publication number | Publication date |
---|---|
EP2981927A1 (en) | 2016-02-10 |
MX2015012434A (en) | 2016-02-03 |
BR112015022280B1 (en) | 2022-03-15 |
BR112015022280A2 (en) | 2017-12-19 |
KR20150121104A (en) | 2015-10-28 |
MX347667B (en) | 2017-05-08 |
CA2904622C (en) | 2017-05-16 |
CN105074727A (en) | 2015-11-18 |
BR112015022280B8 (en) | 2023-03-07 |
KR101843625B1 (en) | 2018-03-29 |
US20140270503A1 (en) | 2014-09-18 |
US9195892B2 (en) | 2015-11-24 |
CN105074727B (en) | 2019-06-14 |
CA2904622A1 (en) | 2014-09-25 |
EP2981927B1 (en) | 2020-05-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111080661B (en) | Image-based straight line detection method and device and electronic equipment | |
US10922801B2 (en) | Channel-based binarization of color | |
US10282629B2 (en) | Main-subject detection method, main-subject detection apparatus, and non-transitory computer readable storage medium | |
KR20110115927A (en) | Method for extracting of license number plate and apparatus using the same | |
CN108293092A (en) | Parameter adjustment based on Strength Changes | |
CN106778534B (en) | Method for identifying ambient light during vehicle running | |
US20170358089A1 (en) | Object identifying apparatus | |
US10115028B2 (en) | Method and device for classifying an object in an image | |
US20160335517A1 (en) | Line segment and arc detection apparatus | |
KR101715247B1 (en) | Apparatus and method for processing image to adaptively enhance low contrast, and apparatus for detecting object employing the same | |
US9092661B2 (en) | Facial features detection | |
CN110441315B (en) | Electronic component testing apparatus and method | |
CA2904622C (en) | System and method for detecting a strobe by using spatial features in video frames | |
EP2725553A1 (en) | DCT based black frame detection using varying blocksize | |
Muzammil et al. | Application of image processing techniques for the extraction of vehicle number plates over ARM target board | |
JP2015184944A (en) | Person detection device | |
CN111340677A (en) | Video watermark detection method and device, electronic equipment and computer readable medium | |
KR101503606B1 (en) | Picture Quality Improvement Apparatus and Method based on Detail Information | |
CN113674217A (en) | Glare detection method, device, equipment and storage medium | |
CA2939371A1 (en) | Arc detection system and method | |
KR101354719B1 (en) | Apparatus for detecting fog of image and method thereof | |
CN113875247A (en) | High dynamic range video format detection | |
GB2434496A (en) | Detection of uniform video frames by summing oppositely signed weighted data value ranges | |
US20150227792A1 (en) | Methods and Devices for Object Detection | |
JPH0383474A (en) | Car detector |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 201480015967.5 Country of ref document: CN |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 14719455 Country of ref document: EP Kind code of ref document: A1 |
|
ENP | Entry into the national phase |
Ref document number: 2904622 Country of ref document: CA |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2014719455 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: MX/A/2015/012434 Country of ref document: MX |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
ENP | Entry into the national phase |
Ref document number: 20157025689 Country of ref document: KR Kind code of ref document: A |
|
REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: 112015022280 Country of ref document: BR |
|
ENP | Entry into the national phase |
Ref document number: 112015022280 Country of ref document: BR Kind code of ref document: A2 Effective date: 20150910 |