Changeset 132 in pacpussensors for trunk/Vislab/VislabImageProcessor.cpp


Ignore:
Timestamp:
01/16/17 18:10:17 (7 years ago)
Author:
ldecherf
Message:

Ajout de la doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Vislab/VislabImageProcessor.cpp

    r131 r132  
    99    void VislabImageProcessor::image_callback(boost::shared_ptr< const lib3dv::image> image, unsigned int)
    1010    {
    11                 //std::cout << "[II] 3dv-client: Gruyere" << std::endl;
    1211        if(image->m_type == mImageType)
    1312        {
     13            /*! Type picture : Mono 8 */
    1414            if(image->m_format == lib3dv::image::format::MONO8)
    1515            {
     
    2323            }
    2424
     25            /*! Type picture : Mono 16 */
    2526            if(image->m_format == lib3dv::image::format::MONO16)
    2627            {
Note: See TracChangeset for help on using the changeset viewer.