代码搜索结果
找到约 10,000 项符合
Image 的代码
image.h
#ifndef IMAGE_H_
#define IMAGE_H_
#include "cv.h"
#include "highgui.h"
#include
class MyImage
{
IplImage * m_image;
std::string window_name;
bool show;
public :
image.cpp
#include "image.h"
uchar & MyImage::operator ()(int iy, int jx, int c)
{
int step = m_image->widthStep;
int channels = m_image->nChannels;
if(iy < 0)
iy = 0;
i
image.plg
Build Log
--------------------Configuration: Image - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"D
image.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
image.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
image.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CImageDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Image.h"