On 07/23/2014 10:50 PM, Stefan Gofferje wrote:
> I finally got the filters and had time to mod a camera. Copying the
> ndvi.so into my system's freior-1 libdir worked and I can access all
> parameters (?) in KDEnLive which makes testing much easier :). Or do I
> see all parameters? Screenshot is attached.

Never mind - I found the plugin doc and created an XML file for KDEnLive
(attached). With that it works great :).

Now testing, but looks good so far.

A few ideas from first impression:
A channel chooser (choose the source channel for NIR and VIS from R, G
or B) would be useful (as written before) for people who use
non-infrablue filters.

I don't know how easy that would be to implement, but a legend/colorbar
on the side which shows the actual used palette and the mapped NDVI
values would probably also be useful.

>From the feedback on my first blog post on DIYD, it seems that there is
an alternative formula used sometimes with footage from drones, which
would simply be NIR-VIS. Integration of this formula and a selector to
choose would probably be useful as well :).

-S

-- 
 (o_   Stefan Gofferje            | SCLT, MCP, CCSA
 //\   Reg'd Linux User #247167   | VCP #2263
 V_/_  Heckler & Koch - the original point and click interface

<!DOCTYPE kpartgui>
<effect tag="frei0r.ndvi" id="frei0r.ndvi">
	<name>NDVI filter</name>
	<description>This filter creates a NDVI false image from an infrablue source</description>
	<author>Brian Matherly</author>
	<parameter type="list" name="0" default="grayscale" paramlist="earth;grayscale;heat;rainbow">
                <name>Color map</name>
        </parameter>
	<parameter type="constant" name="1" max="1000" min="0" default="256" factor="1000">
		<name>Levels</name>
	</parameter>
	<parameter type="constant" name="2" max="1000" min="0" default="100" factor="1000">
		<name>VIS Scale</name>
	</parameter>
	<parameter type="constant" name="3" max="1000" min="0" default="500" factor="1000">
		<name>VIS Offset</name>
	</parameter>
	<parameter type="constant" name="4" max="1000" min="0" default="100" factor="1000">
		<name>NIR Scale</name>
	</parameter>
	<parameter type="constant" name="5" max="1000" min="0" default="500" factor="1000">
		<name>NIR Offset</name>
	</parameter>
</effect>
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to