diff options
Diffstat (limited to 'rotord/src/rotor.h')
| -rw-r--r-- | rotord/src/rotor.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index f54f80d..608f02a 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -127,6 +127,14 @@ inputs: [ so there needs to be a hook for this + if (images[absframe]->w==0) cerr<<type<<" node "<<ID<<" requesting 0 size image "<<endl; + + where is 0x0 image setup coming from? + its from operator= in cvImage + + what is setting image=otherimage where otherimage isn't initialised? + its NOT echo trails afaik + -------------------------*/ |
