photo

shivu P


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

MATLAB Answers

17 Fragen
1 Antwort

RANG
244.267
of 301.383

REPUTATION
0

BEITRÄGE
17 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.252

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.306

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

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Matrix dimensions must agree. Error in pre (line 146) inv_trans_img(:,l)=v{m-1}.*trans_img(:,l);..............I am getting this error if anybody would help me to sortout this then it will be a goodhelp
if true % code endclear all close all clc [filename, pathname] = uigetfile('*.bmp', 'Pick an M-file'); if isequal(...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can anybody help me to execute this code.....................Message too large to fit in Cover Object..............I am getting this error,
clear all close all clc [filename, pathname] = uigetfile('*.bmp', 'Pick an M-file'); if isequal(filename,0) ||...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Can anybody help me to solve the error from this code function it will be a nice help
clc; close all; clear variables; clear all; function inv_transformed_img= KT(I) I=imread("cameraman.tif"); I=im2doubl...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Error starting desktop after installing matlab 2017a
what is the solution for this got error message after installing matlab 2017a

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


unexpected exception:' class cmddistributor::Runtime Exception:f1:filesystem: SystemError' in create MVMAndCallParser phase 'Creating Local MVM.................
I am getting this error after installing matlab 2017a software and itis not starting up can anybody display the solution for the...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to use the below code to embed and extract the fragile watermark
clc; clear all; close all; I = imread('circuit.tif'); corners = detectFASTFeatures(I,'MinContrast',0.1); J = insertMarker(I...

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


can anybody suggest how to use the below code to embed and extract the watermark from a cover image using feature extraction technique
I = imread('circuit.tif'); corners = detectFASTFeatures(I,'MinContrast',0.1); J = insertMarker(I,corners,'circle'); imshow(J)...

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How do i generate hash value from an image file ?
Enter the file name:c.jpg Undefined function 'MakeFeatures' for input arguments of type 'double'. Error in MD5 (line 25) [...

etwa 8 Jahre vor | 0

Frage


how to resolve the current error?
Enter the file name:c.jpg Undefined function 'MakeFeatures' for input arguments of type 'double'. Error in MD5 (line 2...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to extract and display original watermarked image along with the fragile watermarked image in the code given below.....
% function [ MarkedImg, quant_block_traces] = AddFragileWatermark( InImg, WatermarkBinaryImg ) % Add Fragile watermark (Ima...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to extract and display pure watermarked image along with the fragile watermark image from the code given below?
% function [ MarkedImg, quant_block_traces] = AddFragileWatermark( InImg, WatermarkBinaryImg ) % Add Fragile watermark (Ima...

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to write code in matlab to devise a highly fragile watermarking scheme
to devise a highly fragile watermarking scheme

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to code for devising the highly fragile watermarking scheme. (Sensitive to all types of active attacks)
which are all the sensitive active attacks found in matlab and how to implement it in the matlab environment

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


can anybody give suggestion to continue this code of inserting grayscale image into rgb image using dct
clear all; close all; clc x=imread('hor.jpg'); figure subplot(2,2,1) imshow(x) title('cover image x') ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


can anybody reframe this code to watermark an rgb image into an rgb
clear all; close all; x=double(imread('greens.jpg')); figure; imshow(x/255); y=x; a=zeros(300,500); % (im...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


what is the meaning of A(:,:,1:2:3);
didnt get the meaning of 1:2:3 clearly.

fast 9 Jahre vor | 3 Antworten | 0

3

Antworten

1

Antwort