代码搜索:image processing
找到约 10,000 项符合「image processing」的源代码
代码结果 10,000
www.eeworm.com/read/422113/10663421
asv separate_image.asv
function matrix = separate_image(a);
k=1;
for l=0:15
for m=0:15
for i=1:8
for j=1:8
new_matrix(k) = matrix(i+(l*8),j+(m*8));
end
end
end
disp(
www.eeworm.com/read/422113/10663431
m image_proc.m
A=imread('baboon.jpg');
C=imresize(A,0.5);
figure;
imshow(C);
W=imread('mitlogo.jpg');
W=rgb2gray(W);
W1=imresize(W,[64 64]);
for i=1:64
for j=1:64
if(W1(i,j)
www.eeworm.com/read/351177/10675280
h l_image.h
/*
漏空函数
骆文超 于1997年2月制
v0020 Mar.22.1997, by Liu Gang
*/
#include
#define START_COLOR_NUMBER 75 //
www.eeworm.com/read/351177/10675554
cpp l_image.cpp
/*
漏空函数
骆文超 于1997年2月制
v0020 Mar.22.1997, by Liu Gang
*/
//#include "stdafx.h"
#include
#include
www.eeworm.com/read/276855/10700490
bmp battle_image.bmp
www.eeworm.com/read/158994/10704275
gif image04.gif
www.eeworm.com/read/158994/10704282
jpg image03.jpg
www.eeworm.com/read/158994/10704300
gif image01.gif
www.eeworm.com/read/158994/10704314
gif image02.gif
www.eeworm.com/read/158994/10704353