Skip to main content
Solved

Is there a way to trick (or configure) the AffineWarper into non blocking?

  • August 1, 2017
  • 5 replies
  • 62 views

rwhittington
Contributor
Forum|alt.badge.img+2

It seems to me that once the Control vectors are sent to the AffineWarper that a single Affine transform could be calculated and applied to all Observed Features as they come through.

Best answer by fmelizard

Sounds like we need a "Control Vectors Come First" mode on that baby. Then we could do as Reed would like. I'll post an idea.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

Forum|alt.badge.img+6

 

Hi @rwhittington,

 

Is the main concern the performance of the AffineWarper?

 

 


rwhittington
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • August 1, 2017

hi Annabelle, performance. Yes. It seems like it should not need to block if all Control vectors are supplied before Observed features. @DaveAtSafe gave me a tip to use the 3DAffineWarper. So will try that. Thanks for the help.


fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • August 2, 2017

Sounds like we need a "Control Vectors Come First" mode on that baby. Then we could do as Reed would like. I'll post an idea.


fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • August 2, 2017

Sounds like we need a "Control Vectors Come First" mode on that baby. Then we could do as Reed would like. I'll post an idea.

Here's the idea: https://knowledge.safe.com/idea/49378/affinewarper-add-control-vectors-come-first-option.html -- go vote! And/or clarify what I've written there. Thanks!

 

 


rwhittington
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • August 2, 2017

Thanks Dale.