Vehicle vision system with video compression

Information

  • Patent Grant
  • 10286855
  • Patent Number
    10,286,855
  • Date Filed
    Tuesday, March 22, 2016
    8 years ago
  • Date Issued
    Tuesday, May 14, 2019
    5 years ago
Abstract
A multi-camera vision system of a vehicle includes at least four cameras disposed at a vehicle and having respective fields of view exterior of the vehicle. Each of the cameras is operable to capture image data representative of the respective field of view. Captured image data is compressed at the respective camera and the compressed image data is communicated to a control unit. The control unit includes an image processor operable to process image data. The image processor processes image data frame by frame using an indirect context model and without time wise dependency.
Description
FIELD OF THE INVENTION

The present invention relates generally to a vehicle vision system for a vehicle and, more particularly, to a vehicle vision system that utilizes one or more cameras at a vehicle.


BACKGROUND OF THE INVENTION

Use of imaging sensors in vehicle imaging systems is common and known.


Examples of such known systems are described in U.S. Pat. Nos. 5,949,331; 5,670,935 and/or 5,550,677, which are hereby incorporated herein by reference in their entireties.


SUMMARY OF THE INVENTION

The present invention provides a collision avoidance system or vision system or imaging system for a vehicle that utilizes one or more cameras (preferably one or more CMOS cameras) to capture image data representative of images exterior of the vehicle, and provides a lossy video compression (and decompression) codec based on vector quantization using an indirect context model.


These and other objects, advantages, purposes and features of the present invention will become apparent upon review of the following specification in conjunction with the drawings.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a plan view of a vehicle with a vision system that incorporates cameras in accordance with the present invention;



FIG. 2 is a vector table with vectors of the lengths 8 and 8 context bits;



FIG. 3 is a table showing pixel positions and decision process of the pixels;



FIG. 4 is a table showing pixel positions and a linear decision process of the pixels;



FIG. 5 is a table showing pixel positions and a process that uses arbitrary weighting of the blend of input pixels;



FIG. 6 is a flow chart of an encoding routine of the present invention; and



FIG. 7 is a flow chart of a decoding routine of the present invention.





DESCRIPTION OF THE PREFERRED EMBODIMENTS

A vehicle vision system and/or driver assist system and/or object detection system and/or alert system operates to capture images exterior of the vehicle and may process the captured image data to display images and to detect objects at or near the vehicle and in the predicted path of the vehicle, such as to assist a driver of the vehicle in maneuvering the vehicle in a rearward direction. The vision system includes an image processor or image processing system that is operable to receive image data from one or more cameras and provide an output to a display device for displaying images representative of the captured image data. Optionally, the vision system may provide a top down or bird's eye or surround view display and may provide a displayed image that is representative of the subject vehicle, and optionally with the displayed image being customized to at least partially correspond to the actual subject vehicle.


Referring now to the drawings and the illustrative embodiments depicted therein, a vehicle 10 includes an imaging system or vision system 12 that includes at least one exterior facing imaging sensor or camera, such as a rearward facing imaging sensor or camera 14a (and the system may optionally include multiple exterior facing imaging sensors or cameras, such as a forwardly facing camera 14b at the front (or at the windshield) of the vehicle, and a sidewardly/rearwardly facing camera 14c, 14d at respective sides of the vehicle), which captures images exterior of the vehicle, with the camera having a lens for focusing images at or onto an imaging array or imaging plane or imager of the camera (FIG. 1). The vision system 12 includes a control or electronic control unit (ECU) or processor 18 that is operable to process image data captured by the cameras and may provide displayed images at a display device 16 for viewing by the driver of the vehicle (although shown in FIG. 1 as being part of or incorporated in or at an interior rearview mirror assembly 20 of the vehicle, the control and/or the display device may be disposed elsewhere at or in the vehicle). The data transfer or signal communication from the camera to the ECU may comprise any suitable data or communication link, such as a vehicle network bus or the like of the equipped vehicle. Optionally, compressed image data may be communicated to the ECU via a wireless communication link or Ethernet communication or the like. The ECU may process captured image data or compressed image data or decompressed image data for display or for machine vision (such as object detection or the like) or for autonomous vehicle control.


The present invention provides a lossy video compression (and decompression) codec based on vector quantization using an indirect context model (see Matt Mahoney “Data Compression Explained” 4.1.3, mattmahoney.net/dc/dce.html, Section 413). No discrete wavelet transform (DWT) or discrete cosine transform (DCT) is required.


Videos or captured video data may be compressed frame by frame without time wise dependencies. By that a decompression may start at any frame. Two dimensional (2D) images may have an arbitrary, constant size. The compression rate depends on the chosen vector length and the color space. By that compression in gray level may have the rate of 1:8 or 1:16 or the like. The color room choice adds compression capabilities, such as YUV9: X 2.67, YUYV: X 2.0. For example, with a vector length of 1 a gray level image may have compression of 1:8, a same size YUYV image can be packed to 1:16, when using IYUV, a package ratio of 1:21.33 can be achieved.


The required data channel bandwidth is constant. The suggested codec or device or program for encoding/decoding a digital data stream is extremely slim compared to known common lossy codecs such as MPEG, though the performance is about comparable to MPEG2. Both the compression (encoding) and decompression (decoding) routines are symmetric and extremely lean on resource demand. The coding-caused artifacts are comparably different: No block artifacts occur, but mosquito noise and ringing. On high package rates, such as for example 1:426 and higher, the suggested codec is superior MPEG2 in image reconstruction quality. The posterization is much lower compared to MPEG2. Color edges begin to frazzle out longitudinal instead.


For simplification, the below description is done for coding a black and white image frame. When coding color images, the color channels may be coded in sequence, for example, when coding an IMC2 format frame the Y which comes in full resolution may be coded first, then the U channel which comes in half resolution, then the V channel which comes also in half resolution.


When compressing a frame (or channel when using colored images), the image bits of that frame may be coded in sequence of its order starting from the upper left corner consecutively the first row and then continuing with the following rows from left to right and from the top to the bottom.


For code execution (of the encoder), a vector table (or codebook) and a decision or context bit field is required. At the start, the codebook may be initialized with all elements equal to 1 for the high vector and −1 for the low. The codebook adaption may last just a few frames (such as four frames or thereabouts), before finding a mostly optimal setting. Each table index (i) has duplet of vectors, with a ‘higher’ vector (vhi) and a ‘lower’ vector (vli). Each of these vectors has an according event counter (high counter hci and low counter Ici) and a sum vector table (shi, sli) additionally. An example with a vector table with vectors of the lengths 8 and 8 context bits is shown in FIG. 2.


A pixel (An,m) (position row n, column m) or sequence (An,m, Bn,m, Cn,m, . . . ) of consecutive pixels (a block (length n>1)) may be coded as a decision bit (x(An,m), x(Bn,m), x(Cn,m) . . . ) by deciding the choice of one of the vector duplet indexed by the context which are both added to a predicted value (p) (the results or errors may be called el and eh). The vector elements may be handled as when pointing into a space of the dimension of vector elements (as the higher the package rate the more elements the vectors may have) and the vectors may be compared by the set of Pythagoras. The squared values of the error ‘el’ and ‘eh’ may be compared and the value of the one which is closer to the source pixel's under test square value may be coded (transmit via a data line or channel) and entered in the bit field at the according source pixel's position.

p=predicted Pixel
c=context index
el=(original source pixel−(p+vli[c]))2;
eh=(original source pixel−(p+vhi[c]))2;   Formula 1:


The context is based on the context of prior decision bits surrounding the pixel An-s,m-z or block position under test. The surrounding context may be acquired, preferably in relatively near, by that maybe a line above (z=0 . . . 1) and/or one, two or three pixels left (z=1 . . . 3) from the pixel under test (P), see FIG. 3. In the example of FIG. 3, eight context decision bits may be acquired. In this example a block may context two (gray level) pixels, by that at each second pixel a decision is to be made. The already done decisions are indicated with ‘x’ in FIG. 3 and ‘.’ indicates the undone decisions. The block under test with the starting position ‘Pm, n’ may be in the line 5 (m=5) the seventh pixel (n=6). The context (c) bits C are collected from position [P−1,0, P−2,0, P+1,−1, P0,−1, P−1,−1, P−2,−1, P−0,−2, P−1,−2].


The predicted value (p) may be generated by averaging any number, preferably a low number (such as two), of the pixel or block under test surrounding (known) pixels. The surrounding pixel chosen as input for the prediction may or may not correlate with pixel positions chosen for the context generation. Optionally, a linear average may be generated. Optionally, a Gauss average may be used such as shown in FIG. 4 and Formula 2. In there the pixel above may be taken by the half as predicted value plus a quarter of the pixel one above, one left and another quarter of the pixel above right. Optionally, an arbitrary weighting of the blend of input pixels may be chosen such as shown in FIG. 5 and Formula 3. In there the pixel above right is merged with a weight of 148/256 during the pixel left is blend with the weight of 112/256.

p=F*¼+G*½+H* 1/4   Formula 2:
p=H*148/256+K*112/256   Formula 3:


After a full frame (or many frames) is/are coded, the vector table becomes updated.


The sum vector table elements are divided by the according counter element. The corresponding vector is overwritten (replaced) by that result. When the update is done, the vector table may be transmitted. That may happen after each frame or optionally less often decided by a heuristic. A flow chart of the above described encoding routine is shown in FIG. 6. As shown in FIG. 6, the system starts by loading a frame of captured image data and clearing the bit field, counters and sums, and acquiring a reference context from the bit field. They system predicts a pixel from a far infrared (FIR) filter of the output image pixels and generates an error from the difference between the source pixel and the prediction. The system calculates the difference between the prediction and the source pixel and adds the result to a selected context sum of differences. The system stores the decision bit in a context table, stores the prediction and generates a pixel sequence out of the prediction plus values out of the vector. This is repeated until all pixels are processed. Then the system transmits the input table and bit field and updates the code vectors by calculating a linear average of every table item and saving that to an output table, whereby the output table is written to the input table. The process is then repeated with the next frame that is loaded.


A flow chart of the decoding routine is shown in FIG. 7. As shown in FIG. 7, the system receives the codebook from the data channel, and acquires reference context from bit field, and receives code bit from the data channel. The system predicts the pixel output from the FIR filter of the output image pixels, and generates a pixel (sequence) out of the prediction plus values out of the vector addressed by the sum of the context and code bit. The system repeats processing until all pixels of a captured frame of image data are processed, and then repeats processing of pixels of the next captured frame of image data. It becomes apparent that the decoding routine is comparably simpler than the encoding routine. The mechanisms of predicting a pixel value out of the direct neighborhood of a to-be-generated pixel is substantially similar or identical to the encoder. The context generation is substantially similar or identical. The vector table has no counters and sums but only the high and low vectors. Both vectors are still indexed by the context value. The code bit coming from the data transmission channel addresses the high or the low vector. The vector content plus the predicted pixel value is then written to the generated output image.


The above described codec is optimized on the generated load put on the coding device. This device may be a microprocessor, a graphic processing unit (GPU), a field programmable gate array (FPGA), a digital signal processor (DSP) or other logical unit.


When optimizing to the best image reproduction quality, optionally one frame may be coded more than once and by that the vector table is adapted to that frame before transmission.


Optionally, the vector table may be updated more than once per frame, such as, for example, after each coded pixel or after each line or after each raise of a vector counter.


Optionally, the counter and sum vector tables may not be nulled after each vector table update but the updated values blend to the old values in the vector table (such as, for example, by low pass filtering or sliding average).


Optionally, the codebook may be initialized with well-trained data, generally well for the chosen application or use, on start instead of randomly initialized. In vehicle camera video data streams may be initialized different, than movies played from a blue ray disc. Other differences may occur when transferring the display content artificially rendered or animated or text only, such as the content of an e-book or the like.


When optimizing to the least required channel load instead, optionally the vector table may be initialized only once and not transmitted or seldom repeatedly transmitted, as decided by a heuristic.


The camera or sensor may comprise any suitable camera or sensor. Optionally, the camera may comprise a “smart camera” that includes the imaging sensor array and associated circuitry and image processing circuitry and electrical connectors and the like as part of a camera module, such as by utilizing aspects of the vision systems described in International Publication Nos. WO 2013/081984 and/or WO 2013/081985, which are hereby incorporated herein by reference in their entireties.


The system includes an image processor operable to process image data captured by the camera or cameras, such as for detecting objects or other vehicles or pedestrians or the like in the field of view of one or more of the cameras. For example, the image processor may comprise an EyeQ2 or EyeQ3 image processing chip available from Mobileye Vision Technologies Ltd. of Jerusalem, Israel, and may include object detection software (such as the types described in U.S. Pat. Nos. 7,855,755; 7,720,580 and/or 7,038,577, which are hereby incorporated herein by reference in their entireties), and may analyze image data to detect vehicles and/or other objects. Responsive to such image processing, and when an object or other vehicle is detected, the system may generate an alert to the driver of the vehicle and/or may generate an overlay at the displayed image to highlight or enhance display of the detected object or vehicle, in order to enhance the driver's awareness of the detected object or vehicle or hazardous condition during a driving maneuver of the equipped vehicle.


The vehicle may include any type of sensor or sensors, such as imaging sensors or radar sensors or lidar sensors or ladar sensors or ultrasonic sensors or the like. The imaging sensor or camera may capture image data for image processing and may comprise any suitable camera or sensing device, such as, for example, a two dimensional array of a plurality of photosensor elements arranged in at least 640 columns and 480 rows (at least a 640×480 imaging array, such as a megapixel imaging array or the like), with a respective lens focusing images onto respective portions of the array. The photosensor array may comprise a plurality of photosensor elements arranged in a photosensor array having rows and columns. Preferably, the imaging array has at least 300,000 photosensor elements or pixels, more preferably at least 500,000 photosensor elements or pixels and more preferably at least 1 million photosensor elements or pixels. The imaging array may capture color image data, such as via spectral filtering at the array, such as via an RGB (red, green and blue) filter or via a red/red complement filter or such as via an RCC (red, clear, clear) filter or the like. The logic and control circuit of the imaging sensor may function in any known manner, and the image processing and algorithmic processing may comprise any suitable means for processing the images and/or image data.


For example, the vision system and/or processing and/or camera and/or circuitry may utilize aspects described in U.S. Pat. Nos. 8,694,224; 7,005,974; 5,760,962; 5,877,897; 5,796,094; 5,949,331; 6,222,447; 6,302,545; 6,396,397; 6,498,620; 6,523,964; 6,611,202; 6,201,642; 6,690,268; 6,717,610; 6,757,109; 6,802,617; 6,806,452; 6,822,563; 6,891,563; 6,946,978; 7,859,565; 5,550,677; 5,670,935; 6,636,258; 7,145,519; 7,161,616; 7,230,640; 7,248,283; 7,295,229; 7,301,466; 7,592,928; 7,881,496; 7,720,580; 7,038,577; 6,882,287; 5,929,786 and/or 5,786,772, which are all hereby incorporated herein by reference in their entireties. The system may communicate with other communication systems via any suitable means, such as by utilizing aspects of the systems described in International Publication Nos. WO/2010/144900; WO 2013/043661 and/or WO 2013/081985, and/or U.S. Publication No. US-2012-0062743, which are hereby incorporated herein by reference in their entireties.


The imaging device and control and image processor and any associated illumination source, if applicable, may comprise any suitable components, and may utilize aspects of the cameras and vision systems described in U.S. Pat. Nos. 5,550,677; 5,877,897; 6,498,620; 5,670,935; 5,796,094; 6,396,397; 6,806,452; 6,690,268; 7,005,974; 7,937,667; 7,123,168; 7,004,606; 6,946,978; 7,038,577; 6,353,392; 6,320,176; 6,313,454 and/or 6,824,281, and/or International Publication Nos. WO 2010/099416; WO 2011/028686 and/or WO 2013/016409, and/or U.S. Pat. Publication No. US 2010-0020170, which are all hereby incorporated herein by reference in their entireties. The camera or cameras may comprise any suitable cameras or imaging sensors or camera modules, and may utilize aspects of the cameras or sensors described in U.S. Publication No. US-2009-0244361 and/or U.S. Pat. Nos. 8,542,451; 7,965,336 and/or 7,480,149, which are hereby incorporated herein by reference in their entireties. The imaging array sensor may comprise any suitable sensor, and may utilize various imaging sensors or imaging array sensors or cameras or the like, such as a CMOS imaging array sensor, a CCD sensor or other sensors or the like, such as the types described in U.S. Pat. Nos. 5,550,677; 5,670,935; 5,760,962; 5,715,093; 5,877,897; 6,922,292; 6,757,109; 6,717,610; 6,590,719; 6,201,642; 6,498,620; 5,796,094; 6,097,023; 6,320,176; 6,559,435; 6,831,261; 6,806,452; 6,396,397; 6,822,563; 6,946,978; 7,339,149; 7,038,577; 7,004,606; 7,720,580 and/or 7,965,336, and/or International Publication Nos. WO/2009/036176 and/or WO/2009/046268, which are all hereby incorporated herein by reference in their entireties.


The camera module and circuit chip or board and imaging sensor may be implemented and operated in connection with various vehicular vision-based systems, and/or may be operable utilizing the principles of such other vehicular systems, such as a vehicle headlamp control system, such as the type disclosed in U.S. Pat. Nos. 5,796,094; 6,097,023; 6,320,176; 6,559,435; 6,831,261; 7,004,606; 7,339,149 and/or 7,526,103, which are all hereby incorporated herein by reference in their entireties, a rain sensor, such as the types disclosed in commonly assigned U.S. Pat. Nos. 6,353,392; 6,313,454; 6,320,176 and/or 7,480,149, which are hereby incorporated herein by reference in their entireties, a vehicle vision system, such as a forwardly, sidewardly or rearwardly directed vehicle vision system utilizing principles disclosed in U.S. Pat. Nos. 5,550,677; 5,670,935; 5,760,962; 5,877,897; 5,949,331; 6,222,447; 6,302,545; 6,396,397; 6,498,620; 6,523,964; 6,611,202; 6,201,642; 6,690,268; 6,717,610; 6,757,109; 6,802,617; 6,806,452; 6,822,563; 6,891,563; 6,946,978 and/or 7,859,565, which are all hereby incorporated herein by reference in their entireties, a trailer hitching aid or tow check system, such as the type disclosed in U.S. Pat. No. 7,005,974, which is hereby incorporated herein by reference in its entirety, a reverse or sideward imaging system, such as for a lane change assistance system or lane departure warning system or for a blind spot or object detection system, such as imaging or detection systems of the types disclosed in U.S. Pat. Nos. 7,881,496; 7,720,580; 7,038,577; 5,929,786 and/or 5,786,772, which are hereby incorporated herein by reference in their entireties, a video device for internal cabin surveillance and/or video telephone function, such as disclosed in U.S. Pat. Nos. 5,760,962; 5,877,897; 6,690,268 and/or 7,370,983, and/or U.S. Publication No. US-2006-0050018, which are hereby incorporated herein by reference in their entireties, a traffic sign recognition system, a system for determining a distance to a leading or trailing vehicle or object, such as a system utilizing the principles disclosed in U.S. Pat. Nos. 6,396,397 and/or 7,123,168, which are hereby incorporated herein by reference in their entireties, and/or the like.


Optionally, the vision system may include a display for displaying images captured by one or more of the imaging sensors for viewing by the driver of the vehicle while the driver is normally operating the vehicle. Optionally, for example, the vision system may include a video display device disposed at or in the interior rearview mirror assembly of the vehicle, such as by utilizing aspects of the video mirror display systems described in U.S. Pat. Nos. 6,690,268 and/or 9,264,672, which are hereby incorporated herein by reference in their entireties. The video mirror display may comprise any suitable devices and systems and optionally may utilize aspects of the compass display systems described in U.S. Pat. Nos. 7,370,983; 7,329,013; 7,308,341; 7,289,037; 7,249,860; 7,004,593; 4,546,551; 5,699,044; 4,953,305; 5,576,687; 5,632,092; 5,677,851; 5,708,410; 5,737,226; 5,802,727; 5,878,370; 6,087,953; 6,173,508; 6,222,460; 6,513,252 and/or 6,642,851, and/or European patent application, published Oct. 11, 2000 under Publication No. EP 0 1043566, and/or U.S. Publication No. US-2006-0061008, which are all hereby incorporated herein by reference in their entireties. Optionally, the video mirror display screen or device may be operable to display images captured by a rearward viewing camera of the vehicle during a reversing maneuver of the vehicle (such as responsive to the vehicle gear actuator being placed in a reverse gear position or the like) to assist the driver in backing up the vehicle, and optionally may be operable to display the compass heading or directional heading character or icon when the vehicle is not undertaking a reversing maneuver, such as when the vehicle is being driven in a forward direction along a road (such as by utilizing aspects of the display system described in International Publication No. WO 2012/051500, which is hereby incorporated herein by reference in its entirety).


Optionally, the vision system (utilizing the forward facing camera and a rearward facing camera and other cameras disposed at the vehicle with exterior fields of view) may be part of or may provide a display of a top-down view or birds-eye view system of the vehicle or a surround view at the vehicle, such as by utilizing aspects of the vision systems described in International Publication Nos. WO 2010/099416; WO 2011/028686; WO 2012/075250; WO 2013/019795; WO 2012/145822; WO 2013/081985; WO 2013/086249 and/or WO 2013/109869, and/or U.S. Pat. No. 9,264,672, which are hereby incorporated herein by reference in their entireties.


Changes and modifications in the specifically described embodiments can be carried out without departing from the principles of the invention, which is intended to be limited only by the scope of the appended claims, as interpreted according to the principles of patent law including the doctrine of equivalents.

Claims
  • 1. A multi-camera vision system of a vehicle, said multi-camera vision system comprising: at least four cameras disposed at a vehicle and having respective fields of view exterior of the vehicle;wherein said at least four cameras comprises (i) at least one forward viewing camera having a field of view forward of the vehicle, (ii) at least one rearward viewing camera having a field of view rearward of the vehicle, (iii) at least one driver-side side viewing camera having a field of view sideward of the vehicle at the driver-side of the vehicle, and (iv) at least one passenger-side side viewing camera having a field of view sideward of the vehicle at the passenger-side of the vehicle;wherein each of said cameras comprises a pixelated imaging array having a plurality of photosensing elements;wherein each of said cameras is operable to capture image data within the respective field of view;wherein captured image data is compressed at the respective camera and wherein the compressed image data is communicated to a control unit;wherein said control unit comprises an image processor;wherein said image processor processes image data frame by frame using an indirect context model and without time wise dependency;wherein compressed image data is received at said control unit and decompressed before processing of image data by said image processor;wherein captured image data is compressed via a lossy video data compression and compressed image data is decompressed at said control unit via a decompression codec based on vector quantization using said indirect context model to select from available vectors; andwherein captured image data is compressed at a compression rate that depends on a selected vector length and color space.
  • 2. The multi-camera vision system of claim 1, wherein, after a full frame is coded, a vector table becomes updated.
  • 3. The multi-camera vision system of claim 2, wherein a sum of vector table elements is divided by a counter element.
  • 4. The multi-camera vision system of claim 1, wherein a pixel or sequence of consecutive pixels are coded as a decision bit by deciding a vector duplet indexed by a context.
  • 5. The multi-camera vision system of claim 4, wherein the vector duplet indexed by the context is added to a predicted value of the pixel or sequence of consecutive pixels to determine an error.
  • 6. The multi-camera vision system of claim 5, wherein the error is coded and entered in a bit field for the according source pixel's position.
  • 7. The multi-camera vision system of claim 1, wherein a context is based on the context of prior decision bits surrounding a pixel.
  • 8. The multi-camera vision system of claim 1, wherein a data channel bandwidth for captured image data is constant.
  • 9. The multi-camera vision system of claim 1, wherein compressed image data is communicated to said control unit via an Ethernet communication.
  • 10. The multi-camera vision system of claim 1, wherein a pixel is processed by the context model based on at least one other pixel adjacent to the pixel being processed.
  • 11. A multi-camera vision system of a vehicle, said multi-camera vision system comprising: at least four cameras disposed at a vehicle and having respective fields of view exterior of the vehicle;wherein said at least four cameras comprises (i) at least one forward viewing camera having a field of view forward of the vehicle, (ii) at least one rearward viewing camera having a field of view rearward of the vehicle, (iii) at least one driver-side side viewing camera having a field of view sideward of the vehicle at the driver-side of the vehicle, and (iv) at least one passenger-side side viewing camera having a field of view sideward of the vehicle at the passenger-side of the vehicle;wherein each of said cameras comprises a pixelated imaging array having a plurality of photosensing elements;wherein each of said cameras is operable to capture image data within the respective field of view;wherein captured image data is compressed at the respective camera and wherein the compressed image data is communicated to a control unit;wherein compressed image data is communicated to said control unit via an Ethernet communication;wherein said control unit comprises an image processor;wherein compressed image data is received at said control unit and decompressed before processing of image data by said image processor;wherein said image processor processes image data frame by frame using an indirect context model and without time wise dependency; andwherein captured image data is compressed via a lossy video data compression and compressed image data is decompressed at said control unit via a decompression codec based on vector quantization using said indirect context model to select from available vectors.
  • 12. The multi-camera vision system of claim 11, wherein captured image data is compressed at a compression rate that depends on a selected vector length and color space, and wherein, after a full frame is coded, a vector table becomes updated.
  • 13. The multi-camera vision system of claim 11, wherein a pixel or sequence of consecutive pixels are coded as a decision bit by deciding a vector duplet indexed by a context, and wherein the vector duplet indexed by the context is added to a predicted value of the pixel or sequence of consecutive pixels to determine an error, and wherein the error is coded and entered in a bit field for the according source pixel's position.
  • 14. The multi-camera vision system of claim 11, wherein a pixel is processed by the context model based on at least one other pixel adjacent to the pixel being processed.
  • 15. A multi-camera vision system of a vehicle, said multi-camera vision system comprising: at least four cameras disposed at a vehicle and having respective fields of view exterior of the vehicle;wherein said at least four cameras comprises (i) at least one forward viewing camera having a field of view forward of the vehicle, (ii) at least one rearward viewing camera having a field of view rearward of the vehicle, (iii) at least one driver-side side viewing camera having a field of view sideward of the vehicle at the driver-side of the vehicle, and (iv) at least one passenger-side side viewing camera having a field of view sideward of the vehicle at the passenger-side of the vehicle;wherein each of said cameras comprises a pixelated imaging array having a plurality of photosensing elements;wherein each of said cameras is operable to capture image data within the respective field of view;wherein captured image data is compressed at the respective camera and wherein the compressed image data is communicated to a control unit;wherein said control unit comprises an image processor;wherein compressed image data is received at said control unit and decompressed before processing of image data by said image processor;wherein said image processor processes image data frame by frame using an indirect context model and without time wise dependency;wherein a pixel or sequence of consecutive pixels are coded as a decision bit by deciding a vector duplet indexed by a context; andwherein captured image data is compressed via a lossy video data compression and compressed image data is decompressed at said control unit via a decompression codec based on vector quantization using said indirect context model to select from available vectors, and wherein captured image data is compressed at a compression rate that depends on a selected vector length and color space.
  • 16. The multi-camera vision system of claim 15, wherein, after a full frame is coded, a vector table becomes updated, and wherein the vector duplet indexed by the context is added to a predicted value of the pixel or sequence of consecutive pixels to determine an error, and wherein the error is coded and entered in a bit field for the according source pixel's position.
CROSS REFERENCE TO RELATED APPLICATION

The present application claims the filing benefits of U.S. provisional application Ser. No. 62/136,675, filed Mar. 23, 2015, which is hereby incorporated herein by reference in its entirety.

US Referenced Citations (166)
Number Name Date Kind
5289321 Secor Feb 1994 A
5307136 Saneyoshi Apr 1994 A
5309137 Kajiwara May 1994 A
5313072 Vachss May 1994 A
5336980 Levers Aug 1994 A
5341437 Nakayama Aug 1994 A
5355118 Fukuhara Oct 1994 A
5410346 Saneyoshi et al. Apr 1995 A
5414257 Stanton May 1995 A
5414461 Kishi et al. May 1995 A
5416318 Hegyi May 1995 A
5426294 Kobayashi et al. Jun 1995 A
5434407 Bauer et al. Jul 1995 A
5444478 Lelong et al. Aug 1995 A
5451822 Bechtel et al. Sep 1995 A
5461357 Yoshioka et al. Oct 1995 A
5469298 Suman et al. Nov 1995 A
5471515 Fossum et al. Nov 1995 A
5475494 Nishida et al. Dec 1995 A
5498866 Bendicks et al. Mar 1996 A
5510983 Iino Apr 1996 A
5515448 Nishitani May 1996 A
5521633 Nakajima et al. May 1996 A
5530420 Tsuchiya et al. Jun 1996 A
5550677 Schofield et al. Aug 1996 A
5666028 Bechtel et al. Sep 1997 A
5670935 Schofield et al. Sep 1997 A
5724316 Brunts Mar 1998 A
5732379 Eckert et al. Mar 1998 A
5737226 Olson et al. Apr 1998 A
5760828 Cortes Jun 1998 A
5760931 Saburi et al. Jun 1998 A
5761094 Olson et al. Jun 1998 A
5765116 Wilson-Jones et al. Jun 1998 A
5765118 Fukatani Jun 1998 A
5786772 Schofield et al. Jul 1998 A
5790403 Nakayama Aug 1998 A
5793420 Schmidt Aug 1998 A
5796094 Schofield et al. Aug 1998 A
5837994 Stam et al. Nov 1998 A
5844505 Van Ryzin Dec 1998 A
5844682 Kiyomoto et al. Dec 1998 A
5845000 Breed et al. Dec 1998 A
5850176 Kinoshita et al. Dec 1998 A
5850254 Takano et al. Dec 1998 A
5867591 Onda Feb 1999 A
5877707 Kowalick Mar 1999 A
5877897 Schofield et al. Mar 1999 A
5878357 Sivashankar et al. Mar 1999 A
5878370 Olson Mar 1999 A
5883739 Ashihara et al. Mar 1999 A
5884212 Lion Mar 1999 A
5890021 Onoda Mar 1999 A
5896085 Mori et al. Apr 1999 A
5899956 Chan May 1999 A
5915800 Hiwatashi et al. Jun 1999 A
5923027 Stam et al. Jul 1999 A
5924212 Domanski Jul 1999 A
5959555 Furuta Sep 1999 A
5963247 Banitt Oct 1999 A
5990469 Bechtel et al. Nov 1999 A
5990649 Nagao et al. Nov 1999 A
6020704 Buschur Feb 2000 A
6049171 Stam et al. Apr 2000 A
6097024 Stam et al. Aug 2000 A
6100799 Fenk Aug 2000 A
6144022 Tenenbaum et al. Nov 2000 A
6175300 Kendrick Jan 2001 B1
6223114 Boros et al. Apr 2001 B1
6266082 Yonezawa et al. Jul 2001 B1
6266442 Laumeyer et al. Jul 2001 B1
6285393 Shimoura et al. Sep 2001 B1
6320282 Caldwell Nov 2001 B1
6333759 Mazzilli Dec 2001 B1
6353392 Schofield et al. Mar 2002 B1
6370329 Teuchert Apr 2002 B1
6392315 Jones et al. May 2002 B1
6396397 Bos et al. May 2002 B1
6424273 Gutta et al. Jul 2002 B1
6430303 Naoi et al. Aug 2002 B1
6442465 Breed et al. Aug 2002 B2
6497503 Dassanayake et al. Dec 2002 B1
6539306 Turnbull Mar 2003 B2
6553130 Lemelson et al. Apr 2003 B1
6593960 Sugimoto et al. Jul 2003 B1
6594583 Ogura et al. Jul 2003 B2
6611610 Stam et al. Aug 2003 B1
6636258 Strumolo Oct 2003 B2
6672731 Schnell et al. Jan 2004 B2
6690268 Schofield et al. Feb 2004 B2
6704621 Stein et al. Mar 2004 B1
6711474 Treyz et al. Mar 2004 B1
6735506 Breed et al. May 2004 B2
6744353 Sjönell Jun 2004 B2
6795221 Urey Sep 2004 B1
6823241 Shirato et al. Nov 2004 B2
6824281 Schofield et al. Nov 2004 B2
6889161 Winner et al. May 2005 B2
6909753 Meehan et al. Jun 2005 B2
6946978 Schofield Sep 2005 B2
6975775 Rykowski et al. Dec 2005 B2
6989736 Berberich et al. Jan 2006 B2
7038577 Pawlicki et al. May 2006 B2
7062300 Kim Jun 2006 B1
7065432 Moisel et al. Jun 2006 B2
7079017 Lang et al. Jul 2006 B2
7085637 Breed et al. Aug 2006 B2
7092548 Laumeyer et al. Aug 2006 B2
7111968 Bauer et al. Sep 2006 B2
7116246 Winter et al. Oct 2006 B2
7136753 Samukawa et al. Nov 2006 B2
7145519 Takahashi et al. Dec 2006 B2
7149613 Stam et al. Dec 2006 B2
7161616 Okamoto et al. Jan 2007 B1
7195381 Lynam et al. Mar 2007 B2
7202776 Breed Apr 2007 B2
7227611 Hull et al. Jun 2007 B2
7365769 Mager Apr 2008 B1
7460951 Altan Dec 2008 B2
7526103 Schofield et al. Apr 2009 B2
7592928 Chinomi et al. Sep 2009 B2
7639149 Katoh Dec 2009 B2
7681960 Wanke et al. Mar 2010 B2
7720580 Higgins-Luthman May 2010 B2
7724962 Zhu et al. May 2010 B2
7855755 Weller et al. Dec 2010 B2
7881496 Camilleri et al. Feb 2011 B2
7952490 Fechner et al. May 2011 B2
8027029 Lu et al. Sep 2011 B2
8849495 Chundrlik, Jr. et al. Sep 2014 B2
20020015153 Downs Feb 2002 A1
20020113873 Williams Aug 2002 A1
20030137586 Lewellen Jul 2003 A1
20030222982 Hamdan et al. Dec 2003 A1
20040114381 Salmeen et al. Jun 2004 A1
20060018511 Stam et al. Jan 2006 A1
20060018512 Stam et al. Jan 2006 A1
20060091813 Stam et al. May 2006 A1
20060103727 Tseng May 2006 A1
20060164221 Jensen Jul 2006 A1
20060250501 Wildmann et al. Nov 2006 A1
20060290479 Akatsuka et al. Dec 2006 A1
20070104476 Yasutomi et al. May 2007 A1
20080231710 Asari et al. Sep 2008 A1
20090093938 Isaji et al. Apr 2009 A1
20090113509 Tseng et al. Apr 2009 A1
20090177347 Breuer et al. Jul 2009 A1
20090243824 Peterson et al. Oct 2009 A1
20090244361 Gebauer et al. Oct 2009 A1
20090265069 Desbrunes Oct 2009 A1
20100020170 Higgins-Luthman et al. Jan 2010 A1
20100228437 Hanzawa et al. Sep 2010 A1
20110193961 Peterson Aug 2011 A1
20120044066 Mauderer et al. Feb 2012 A1
20120062743 Lynam et al. Mar 2012 A1
20120218412 Dellantoni et al. Aug 2012 A1
20120262340 Hassan et al. Oct 2012 A1
20130124052 Hahne May 2013 A1
20130129150 Saito May 2013 A1
20130131918 Hahne May 2013 A1
20140067206 Pflug Mar 2014 A1
20140156157 Johnson et al. Jun 2014 A1
20140222280 Salomonsson Aug 2014 A1
20140313339 Diessner et al. Oct 2014 A1
20140379233 Chundrlik, Jr. et al. Dec 2014 A1
20160140872 Palmer May 2016 A1
Foreign Referenced Citations (16)
Number Date Country
1043566 Oct 2000 EP
WO2009036176 Mar 2009 WO
WO2009046268 Apr 2009 WO
WO2010099416 Sep 2010 WO
WO2010144900 Dec 2010 WO
WO2011028686 Mar 2011 WO
WO2012051500 Apr 2012 WO
WO2012075250 Jun 2012 WO
WO2012145822 Nov 2012 WO
WO2013016409 Jan 2013 WO
WO2013019795 Feb 2013 WO
WO2013043661 Mar 2013 WO
WO2013081984 Jun 2013 WO
WO2013081985 Jun 2013 WO
WO2013086249 Jun 2013 WO
WO2013109869 Jul 2013 WO
Non-Patent Literature Citations (2)
Entry
J. Sun, Z.H. Wu, & G. Pan, “Context-aware smart car: from model to prototype”, 10 J. of Zheijiang U. Sci. A 1049-1059 (2009) (Year: 2009).
Matt Mahoney, “Data Compression Explained”, Dell Corp., Apr. 15, 2013 (Year: 2013).
Related Publications (1)
Number Date Country
20160286216 A1 Sep 2016 US
Provisional Applications (1)
Number Date Country
62136675 Mar 2015 US