代码搜索:image processing
找到约 10,000 项符合「image processing」的源代码
代码结果 10,000
www.eeworm.com/read/460749/7241442
png image.png
www.eeworm.com/read/459683/7268829
c image.c
/***************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Image management functions -
*
* Copyright(C) 2001-2003 Peter Ross
www.eeworm.com/read/459616/7270334
dat image.dat
7
0 0 1 0 0 0 0
0 0 1 1 0 0 0
0 0 0 0 1 0 0
0 0 0 1 1 0 0
1 0 0 0 1 0 0
1 1 1 0 0 0 0
1 1 1 0 0 0 0
www.eeworm.com/read/459616/7270638
out image.out
Enter image size
The input image is
0010000
0011000
0000100
0001100
1000100
1110000
1110000
The labeled image is
0020000
0022000
0000300
0003300
4000300
4440000
4440000
www.eeworm.com/read/459616/7270719
cpp image.cpp
// label image components
#include
#include "lqueue.h"
#include "make2db.h"
class Position {
friend void InputImage();
friend void OutputImage();
friend void Label();
privat
www.eeworm.com/read/459470/7274865
ico image.ico
www.eeworm.com/read/459270/7278042
o image.o
www.eeworm.com/read/459270/7278048
c image.c
/*以下代码实现图片切换*/
static BITMAP bmp;
int Beijing_Bmp (HDC hdc)
{
if (LoadBitmap (HDC_SCREEN, &bmp, "Beijing.jpg"))
{
printf("LoadBitmap Beijing.jpg Error!");
return -1;
}
www.eeworm.com/read/459270/7278055
c~ image.c~
/*以下代码实现图片切换*/
static BITMAP bmp;
int Beijing_Bmp (HDC hdc)
{
if (LoadBitmap (HDC_SCREEN, &bmp, "Beijing.jpg"))
{
printf("LoadBitmap Beijing.jpg Error!");
return -1;
}