Ignore:
Timestamp:
09/25/19 15:29:26 (5 years ago)
Author:
Sanahuja Guillaume
Message:

use less bandwidth in vprnlite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairVisionFilter/src/OpticalFlow.cpp

    r187 r330  
    7979
    8080void OpticalFlow::UpdateFrom(const io_data *data)
    81 {
     81{/*
    8282    IplImage *gimg=((cvimage*)data)->img;
    8383    IplImage *gimg_old=((cvimage*)data->Prev(1))->img;
     
    100100        output->Resize(max_features->Value());
    101101    }
    102 /*
     102
    103103    if(is_init==false)
    104104    {
     
    125125    data->Prev(1)->ReleaseMutex();
    126126    data->ReleaseMutex();
    127 */
     127
    128128    //apply rotation
    129129    for(i=0;i<count;i++) {
     
    160160    //rotation
    161161    swap(pyr,pyr_old);
    162 
     162*/
    163163    output->SetDataTime(data->DataTime());
    164164    ProcessUpdate(output);
Note: See TracChangeset for help on using the changeset viewer.