[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63339] dicomwrite gives wrong result when ima
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #63339] dicomwrite gives wrong result when image size is not square |
Date: |
Wed, 9 Nov 2022 03:01:42 -0500 (EST) |
URL:
<https://savannah.gnu.org/bugs/?63339>
Summary: dicomwrite gives wrong result when image size is not
square
Project: GNU Octave
Submitter: None
Submitted: Wed 09 Nov 2022 08:01:38 AM UTC
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name: Haosheng
Originator Email: fengh@imcb.a-star.edu.sg
Open/Closed: Open
Release: 7.2.0
Discussion Lock: Any
Operating System: Microsoft Windows
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Wed 09 Nov 2022 08:01:38 AM UTC By: Anonymous
wdata = int16(10*rand (5,10));
wdata(:,1:3)=0;
dicomwrite(wdata,'test.dcm');
ndata=dicomread("test.dcm");
subplot(121)
imagesc(wdata)
subplot(122)
imagesc(ndata)
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63339>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63339] dicomwrite gives wrong result when image size is not square,
anonymous <=