Feeds
질문
how to convert a grayscale image to rgb image
how to covert a grayscale image to rgb image
13년 초과 전 | 답변 수: 3 | 0
3
답변질문
how to convert the background(white) of a image to blaclk.
I obtained a image which is output of my intermediate process.It contains white background and small gray patches(grayscale imag...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Clipping a image into small images
I am working on a project which is based on missing pixel restoration in a image using Back Projection for Lost Pixels(BPLP) .It...
거의 14년 전 | 답변 수: 2 | 0
2
답변질문
pocs algorithm
I need coding for POCS based image restoration [Merged question] I need mfile for kernel PCA based POCS algorithm to reconstru...
대략 14년 전 | 답변 수: 3 | 0
3
답변질문
please the 'for' loop in the following program
clear; clc; b = input('Enter the Bit stream \n '); %b = [0 1 0 1 1 1 0]; n = length(b); t = 0:.01:n; x = 1:1:(n+1)*100; for...
14년 초과 전 | 답변 수: 1 | 0
