photo

deepika


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

11 Fragen
0 Antworten

RANG
68.502
of 300.871

REPUTATION
0

BEITRÄGE
11 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
36.36%

ERHALTENE STIMMEN
0

RANG
 of 21.100

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 171.460

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I am working on Imdian currency recognition and developed the code for same but some errors are troubling me. Please check.
clear all; close all; clc; vid=videoinput('winvideo',1,'YUY2_320x240'); set(vid,'FramesPerTrigger',Inf); set(vid,'returnedC...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What are the various feature extraction ways in Indian currency recognition by image processing?
im=imread('C:\Users\DELL\Documents\MATLAB\divya\new_notes\10.jpg'); im1= rgb2gray(im); glcm1=graycomatrix(im1); glcm_prop= gr...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want to make a database of New indian currency for recognition. How to create database?
Create a database

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I want to recognise the purple colour Indian note as 2000 note. Please help me by the respective code format.
code to recognise the new Indian currency notes by determining their colour or dimensions. I tried this: but it has some error...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want complete code for recognition of color of new currency note and determining its value.
I am final year student and want to make my project on determining the value of new notes with different colors, by color recogn...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Hi, i am here to complete my project on a MATLAB GUI, but I have some syntax errors. Help me out.
u=multibandread('paris.lan',[512,512,7],'uint8=>uint8',128,'bil','ieee-le'); [x,y]=ginput(1); [xx,yy]=ginput(1); [xxx...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


I am working on aproject of multiband image processing and I need to ask pixel value from user ,so that operations (correlation and etc.) can be performed easily fro an multiband image processing in matlab(creating gui)
u=multibandread('paris.lan',[512,512,7],'uint8=>uint8',128,'bil','ieee-le'); Nof_bands=7; for k=1:Nof_bands t_value=u...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


HI,i want user defined band of image in multiband image processing in GUI in matlab.In the belowUI code ,it is default selected band as 4,3,2 ,but i want this to be user defined in GUI.
c = multibandread('paris.lan', [512, 512, 7], 'uint8=>uint8',... 128, 'bil', 'ieee-le', {'Band','Direct...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Hi, i am working on GUI project.I wan that the below given code should take the pixel range (here: 38,333,334,etc.) from user and the display it.
u=multibandread('paris.lan',[512,512,7],'uint8=>uint8',128,'bil','ieee-le'); Nof_bands=7; for k=1:Nof_bands t_value=u(:,:,k);...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


To calcuate % difference and error of two plots obtained?
true=multibandread('paris.lan',[512,512,7],'uint8=>uint8',128,'bil','ieee-le'); Nof_bands=7; for k=1:Nof_bands t_valu...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I want a correct logic of my code.Also, I want the operations on my two plots i.e. 1.)error of two plots 2.)difference curve 3.) correlation.
I want a correct logic of my code. Also, I want the operations on my two plots i.e. # error of two plots # difference ...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten