photo

lol lolol


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
153,591
of 301,432

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


write and read the same image but they are different
Hi, I would like to save exact copy of image. When I use imwrite(image, 'image.png'); and after that: image2=imread('image.p...

6 years ago | 1 answer | 0

1

answer

Question


image the same and different
I have a function: function [transformed, image] = transformImage(host,transformMatrix) host=im2double(host); imageR=transf...

6 years ago | 1 answer | 0

1

answer

Answered
SVD watermarking color image
pics are not required. You can use your own. I resolved this issue few minutes ago. was: [x y]=size(img_wat); should be: [x...

6 years ago | 0

| accepted

Question


SVD watermarking color image
Hi, Im trying to change algorith from grayscale to color images but I stuck clear all; clc; close all; %img= rgb2gray(imread...

6 years ago | 1 answer | 0

1

answer