Detect window
No detailed description...
Example for airframe file
Add to your firmware section:
1 <module name="cv_detect_window"/>
Module functions
Init Functions
These initialization functions are called once on startup.
Files
Header Files
The following headers are automatically included in modules.h
Source Files
Raw cv_detect_window.xml file:
<!DOCTYPE module SYSTEM "module.dtd">
<module name="detect_window" dir="computer_vision">
<doc>
<description>
Detect window
</description>
</doc>
<header>
<file name="detect_window.h"/>
</header>
<init fun="detect_window_init()"/>
<makefile target="ap">
<file name="detect_window.c"/>
</makefile>
</module>