Statistik
RANG
288.108
of 301.433
REPUTATION
0
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
0
RANG
of 21.272
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 174.520
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
Feeds
Frage
I am embedding audio into an DICOM Image using DCT Method .But after extraction am not able to extract the original Audio.
% Embed and Extract Audio using DCT-based Steganography in DICOM Image % Read the DICOM image file dicomInfo = dicominfo('ID...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortI am embedding and Extracting the audio from the image.I used the following code.But after extracting the audio files from the image.I am not getting same audio file ?Help me.
Thank you
mehr als 2 Jahre vor | 0
Frage
I am embedding text file but am getting very low ssim value using dct but am getting good PSNR Value How?
clear clc % Read the DICOM image from the specified file path dicomImage = dicomread('ID_0000_AGE_0060_CONTRAST_1_CT.dcm');...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why I am not able to view the comments whichever I embedded into Dicom image as metadata?
% Following is my code..Here I am reading the Dicom image. And Wherever i % want toinsert the comment I am giving the comments ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to embed the video to image then extract the video from that image.I have properly embeded the video to an image.But I am not able to extract.Can provide extractioncode
%THIS IS MY EMBEDVIDEO TO IMAGE CODE % Read the image and video image = imread('glioma.jpg'); video = VideoReader('medicine...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I am embedding and Extracting the audio from the image.I used the following code.But after extracting the audio files from the image.I am not getting same audio file ?Help me.
% Embed and Extract Audio using DCT-based Steganography % Read the image file image = imread('glioma.jpg'); % Replace 'gliom...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
hello, i need a code to hide a PDF DOCUMENT(>100KB) in an image using DCT or DWT i just only knew the basic command of matlab.... plzzz
hide a PDF DOCUMENT(>100KB) in an image using DCT or DWT
fast 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I am embedding pdf into an Image. But after extraction i am getting blank page pdf. How to extract the correct pdf file whatever i have inserted?
% Embedding PDF file into an image using LSB substitution % Set the file names for the PDF file and the cover image pdfFileN...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I am getting wrong text file after extraction process.
%embed.m % Start the timer tic; % Read the text file fileID = fopen('glioma.txt', 'r'); textData = fread(fileID, 'uint...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I am getting an error while embedding text file inside the image that is Inputs must be numeric. Error in gliomatextfile (line 17) modifiedImage = bitset(image, bitPlane, bi
% Read the image image = imread('image.jpg'); % Convert the image to uint8 image = im2uint8(image); % Read the text file...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am getting wrong result while extracting the text
%texthide c = imread('Ramya.jpg'); message = 'Ramyashree' message = strtrim(message); m = length(message)...
fast 3 Jahre vor | 1 Antwort | 0
