--
A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hugin-ptx+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/hugin-ptx/c20081f5-d8f4-40ce-b024-ce59a60967bcn%40googlegroups.com.
Hmm, just wondering, but...isn't that exactly what the CPFind prealigned detector does???
-- David W. Jones gnome...@gmail.com
wandering the landscape of god http://dancingtreefrog.com My password is the last 8 digits of π.
How so? When I look through CPFind's command line options, there's no mention of it. I have cpfind 2024.0.1.ead3af10a01a.
Matching strategy All pairs This is the default matching strategy. Here all image pairs are matched against each other. E.g. if your project contains 5 images then cpfind matches the image pairs: 0-1, 0-2, 0-3, 0-4, 1-2, 1-3, 1-4, 2-3, 2-4 and 3-4 This strategy works for all shooting strategy (single-row, multi-row, unordered). It finds (nearly) all connected image pairs. But it is computational expensive for projects with many images, because it test many image pairs which are not connected. Linear match This matching strategy works best for single row panoramas: cpfind --linearmatch -o output.pto input.pto This will only detect matches between adjacent images, e.g. for the 5 image example it will matches images pairs 0-1, 1-2, 2-3 and 3-4. The matching distance can be increased with the switch --linearmatchlen. E.g. with --linearmatchlen 2 cpfind will match a image with the next image and the image after next, in our example it would be 0-1, 0-2, 1-2, 1-3, 2-3, 2-4 and 3-4. Multirow matching This is an optimized matching strategy for single and multi-row panorama: cpfind --multirow -o output.pto input.pto The algorithm is the same as described in multi-row panorama. By integrating this algorithm into cpfind it is faster by using several cores of modern CPUs and don't caching the keypoints to disc (which is time consuming). If you want to use this multi-row matching inside hugin set the control point detector type to All images at once.
--
A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hugin-ptx+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/hugin-ptx/c7ba0b7a-d843-4258-a311-855674e24583n%40googlegroups.com.
In the terminal, info cpfind gives me this:
How are man pages made? I'm usually just a consumer of them.