Image Analyzer
From Texas Instruments Embedded Processors Wiki
Contents |
Overview
The Image Analyzer is a replacement for the Image Graph in CCStudio 3.x and earlier. It has been integrated with CCStudio v4.
The main goal for the Image Analyzer is to:
- Address known issues with the existing CCStudio Image Graph
- Add support for more formats
- Extensible to support new user defined image formats
- Various usability enhancements
The Image Analyzer is currently available with CCStudio v4 releases
Supported Image Formats
- YUV (Packed, Planar, Semi-Planar)
- 4:2:2
- 4:2:0
- 4:4:4
- 4:1:1
- Bayer (Packed)
- Bitonal
- RGB (Packed, Planar, Semi-Planar)
The Image Analyzer is extensible to allow for user defined formats.
New Features
Support for:
- Line Stride
- Flexible bit size for color component
- Pixel stride
- Bit mask
- Configurable order of color components
- Alpha support
- Configurable data size for fetching & interpretation
Usability improvements:
- Import/Export graph properties
- Stored as .xml file
- Display only one component (R, G, or B)
FAQ
Question: Can you save the image to the host PC in a file?
Answer: This is currently not possible with Image Analyzer. However, you can use the Memory View’s Save feature to dump target memory to a file. Save it either as Raw or Coff format since Image Analyzer cannot read the .dat format.
Leave a CommentComments
Comments on Image Analyzer
Epatton said ...
Epatton said ...
How do you save the figure parameters so you can re-use the image setup when CCS is restarted?
--Epatton 12:15, 25 January 2011 (CST)


Also see the demo http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/CCSv4/Demos/ccs4-graphing_ia.htm
--Epatton 12:59, 16 November 2010 (CST)