代码搜索:image processing
找到约 10,000 项符合「image processing」的源代码
代码结果 10,000
www.eeworm.com/read/426082/10288518
jpg image.jpg
www.eeworm.com/read/425965/10302675
gif image.gif
www.eeworm.com/read/355017/10303050
tif image.tif
www.eeworm.com/read/425910/10310051
h 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 :
www.eeworm.com/read/425910/10310056
cpp 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
www.eeworm.com/read/354930/10312368
plg image.plg
Build Log
--------------------Configuration: Image - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"D
www.eeworm.com/read/354930/10312372
ico image.ico
www.eeworm.com/read/354930/10312394
opt image.opt
www.eeworm.com/read/354930/10312397
rc image.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/354930/10312402
dsw image.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################