资源简介
EBGM,PCA等四种不同的人脸识别算法
代码片段和文件信息
/*
* Malic
* Copyright (c) 2005 Atsushi Suga
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not write to the Free Software
* Foundation Inc. 59 Temple Place Suite 330 Boston MA 02111-1307 USA
*/
#ifdef HAVE_CONFIG_H
# include
#endif
#include
#include “glade_callbacks.h“
#include “glade_interface.h“
#include “glade_support.h“
void
dummy_on_toggle_running_clicked (GtkButton *button
gpointer user_data)
{
}
void
on_output_file_browse_clicked_dummy (GtkButton *button
gpointer user_data)
{
}
void
on_data_output_button_clicked_dummy (GtkButton *button
gpointer user_data)
{
}
void
on_data_type_enter_button_clicked_dummy
(GtkButton *button
gpointer user_data)
{
}
void
on_data_type_rbu_gmag_clicked_dummy (GtkButton *button
gpointer user_data)
{
}
void
on_data_type_rbu_jet_clicked_dummy (GtkButton *button
gpointer user_data)
{
}
void
on_output_fileselection_ok_clicked_dummy
(GtkButton *button
gpointer user_data)
{
}
void
on_output_fileselection_cancel_clicked_dummy
(GtkButton *button
gpointer user_data)
{
}
gboolean
on_alpha_progressbar_button_press_event_dummy
(GtkWidget *widget
GdkEventButton *event
gpointer user_data)
{
return FALSE;
}
gboolean
on_alpha_hscale1_button_press_event_dummy
(GtkWidget *widget
GdkEventButton *event
gpointer user_data)
{
return FALSE;
}
- 上一篇:tiny4412上实现QT控制LED
- 下一篇:Hopfield网络0-9数字识别
相关资源
- 2018西门子杯中国智能制造挑战赛逻辑
- 自已写的 自习室预约小程序微信125
- 基于stm32f103ve的程序——跑马灯实验
- 基于STM32RCT6的步进电机驱动程序
- E4A无障碍跨程序操作类库(带源码、
- labview魔方程序
- 程序员专用字体YaHei.Consolas.1.11b42517
- scratch3.0 源程序(说相声)
- 欧姆龙CP1系列单轴定位PLC程序.cxp
- SVR算法程序可运行
- labview编程软件滤波器以及编写程序设
- 电力系统潮流计算程序集合
- 仿知乎界面小程序源代码
- STM32蓝牙和串口程序
- elantech触控板驱动程序 v13.6.11 官方最
- 根据硬件ID和程序ID生成注册码
- 用python编写的移动彩信的发送程序
- TCL-S1916 ,1924交换机管理程序
- 51单片机PWM程序,占空比、周期可调整
- 嵌入式图形界面MiniGUI的示例程序9例
- 数字频率合成dds正弦波基于FPGA的DDS产
- 28335CAN调试程序
- 导线测量平差程序 很实用
- USB转串口驱动,FT232R驱动程序,最新
- 改进的BP神经网络算法
- 通风网络解算程序 fortran90
- 编写简单的RMI程序 多线程web 服务器
- 图论软件包(图论里的程序)
- A星算法_原理讲解_例子
- MFC程序-碰撞的小球
评论
共有 条评论