00001 /*************************************************************************** 00002 * Copyright (c) 2014 Markus Bader <markus.bader@tuwien.ac.at> 00003 * All rights reserved. 00004 * 00005 * Redistribution and use in source and binary forms, with or without 00006 * modification, are permitted provided that the following conditions are met: 00007 * 1. Redistributions of source code must retain the above copyright 00008 * notice, this list of conditions and the following disclaimer. 00009 * 2. Redistributions in binary form must reproduce the above copyright 00010 * notice, this list of conditions and the following disclaimer in the 00011 * documentation and/or other materials provided with the distribution. 00012 * 3. All advertising materials mentioning features or use of this software 00013 * must display the following acknowledgement: 00014 * This product includes software developed by the TU-Wien. 00015 * 4. Neither the name of the TU-Wien nor the 00016 * names of its contributors may be used to endorse or promote products 00017 * derived from this software without specific prior written permission. 00018 * 00019 * THIS SOFTWARE IS PROVIDED BY Markus Bader ''AS IS'' AND ANY 00020 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 00021 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 00022 * DISCLAIMED. IN NO EVENT SHALL Markus Bader BE LIABLE FOR ANY 00023 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 00024 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 00025 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 00026 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 00027 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 00028 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00029 ***************************************************************************/ 00030 00031 00032 #ifndef TUW_ELLIPSES_NODE_DEFAULTS_H 00033 #define TUW_ELLIPSES_NODE_DEFAULTS_H 00034 00035 #define TUW_ELLIPSES_NODE_DEFAULT_SHOW_CAMERA_IMAGE true 00036 #define TUW_ELLIPSES_NODE_DEFAULT_SHOW_CAMERA_IMAGE_WAITKEY 5 00037 #define TUW_ELLIPSES_NODE_DEFAULT_DEBUG_FREEZE false 00038 #define TUW_ELLIPSES_NODE_DEFAULT_IMAGE_SKIP 0 00039 #define TUW_ELLIPSES_NODE_DEFAULT_SKIP_SECOND_TF true 00040 00041 #endif // TUW_ELLIPSES_NODE_DEFAULTS_H