代码搜索:Haar

找到约 743 项符合「Haar」的源代码

代码结果 743
www.eeworm.com/read/289444/8550859

h haar.h

#ifndef HAAR_H #define HAAR_H extern void haar_Transform2D(int **rows, int width, int height, int levels,bool inverse); // #define haar_Transform2D haar2_Transform2D #endif
www.eeworm.com/read/289444/8550879

c haar.c

#include #include #include #include void haar_Transform2D(int **rows, int width, int height, int levels,bool inverse) { int *plane,*line,*nextlin
www.eeworm.com/read/386014/8771671

h haar.h

#ifndef _HAAR_H_ #define _HAAR_H_ #include #include "liftbase.h" /** \file The documentation in this file is formatted for doxygen (see www.doxygen.org). Cop
www.eeworm.com/read/179705/9343547

c haar.c

/* wavelet/haar.c * * Copyright (C) 2004 Ivo Alxneit * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published
www.eeworm.com/read/360978/10070747

sln haar.sln

 Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "haar", "haar.vcproj", "{60960F26-A808-4E99-8463-4EDCEB6C17A2}"
www.eeworm.com/read/360978/10070751

dsp haar.dsp

# Microsoft Developer Studio Project File - Name="haar" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/360978/10070752

dsw haar.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # 警告: 不能编辑或删除该工作区文件! ############################################################################### Project: "haar"=".\haar.dsp"
www.eeworm.com/read/360978/10070753

opt haar.opt

www.eeworm.com/read/360978/10070754

vcproj haar.vcproj

www.eeworm.com/read/360978/10070757

cpp haar.cpp

#include "cv.h" #include "highgui.h" #include #include /*****************compute log2*******************/ int log2(int x) { int i = 0; while(x != 1) { i++; x = x