photo

G PRAKASH


SNS college of technology

2013 年からアクティブ

Followers: 0   Following: 0

統計

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
spiht algorithm
try this code clc; close all; clear all; I=imread('wpeppers.jpg'); figure('Name','inputimage'),imshow(...

8年以上 前 | 0

回答済み
How to fit num2str into labeling ??
use square([]) bracket instead of {}.

10年以上 前 | 0

回答済み
About wcompress
try this code clc; close all; clear all; I=imread('wpeppers.jpg'); figure('Name','inputimage'),imshow(I) figure, ...

11年弱 前 | 0

質問


how to compress and decompress the memory size of an image using wcompress ?
i need to know how to compress and decompress the memory size of an image using wcompress in matlab. kindly help me .thanks in a...

11年弱 前 | 0 件の回答 | 0

0

回答

質問


image compression and decompression by LWT and Sphit algorithm
i need to know about image compression and un compression by LWT and SPHIT. i have used lwt2 and wcompress commands . but i dnt...

11年弱 前 | 0 件の回答 | 0

0

回答

回答済み
How do I write to a .txt file?
use dlmwrite command I=magic(10); dlmwrite('file.txt',I)

約11年 前 | 0

回答済み
Manage directories and save a new file in a specific directory
try this clc clear all close all M1={'slno','name'}; sheet='test1'; xlswrite('C:\Documents and Set...

約11年 前 | 0

回答済み
User defined function error
program and function definition must be in separate files and function file must have same name as function % main file ...

約11年 前 | 1

| 採用済み

回答済み
how to generate image pixel value in notepad
use dlmwrite command I=imread('rice.png'); dlmwrite('data.txt',I)

約11年 前 | 0

回答済み
related to image processing
its called sampling operator.it increases the sampling rate by inserting zeros between samples. example: x = [1 2 3 4] y = up...

11年以上 前 | 0

| 採用済み