Questions tagged [d3dimage]

37 questions
0
votes
1 answer

creating a sphere (as a mask) on a 3D image

I am using a 3D raw image (size of PET image(float) is [84*71*103] with spacing size of 4.07*4.07*3 mm). I want to: Use the voxel coordinates [116,177,86] that correspond to center of the tumor (defined by me), and create a sphere that is…
Hoda
  • 5
  • 5
0
votes
0 answers

Trying to learn D3DImage - getting DirectX references not found

I have a WPF app and I want to learn to write DirectX/Direct3D code and display it in a WPF D3DImage in my app. I downloaded some sample code from http://www.codeproject.com/Articles/28526/Introduction-to-D-DImage but when I try to build it I get…
user316117
  • 7,971
  • 20
  • 83
  • 158
0
votes
0 answers

Rendered texture is transparent in DirectX 11

I am rendering H264 video frames from an IP camera which are decoded into BGRA32 pixel format via DirectX 11 and SharpDx in WPF via D3DImage control. After lot of research and looking at various samples and examples I have managed to get it finally…
Kartik150
  • 555
  • 1
  • 5
  • 19
0
votes
1 answer

How to create two 2dTextures using d3d11Device?

I am creating two 2dtextures in d3d11 like this: m_device->CreateTexture2D(&D3D11Tex, NULL, &tex1); m_device->CreateTexture2D(&D3D11Tex, NULL, &tex2); D3D11Tex.ArraySize = 1;//currently using I read that this value can be kept as two. But then how…
SentyGuy
  • 11
  • 1
0
votes
2 answers

Permutation of pages of a 3d array in matlab

I have a 3D array representing an image in MATLAB. I want to reverse the position of pages(in my case slices). Let's assume the number of pages is N. I want to replace first page with Nth, second with (N-1)th and so on.. Is there any function to do…
user3397178
  • 63
  • 2
  • 9
0
votes
1 answer

Generating images of 3D array from any point of view

I have a 3D array representing a 3D object (x,y,z). The values stored in the array are RGB colors. Is it possible to generate an image of the object from any given point of view?
HJC
  • 3
  • 3
0
votes
0 answers

WPF frame rate unusably low when D3D application is running

I am encountering a problem where a WPF application runs with a very low frame rate when a D3D application is running at the same time. The situation is as follows: The first application is a Winforms form that renders 3D graphics using SlimDX and…
Michael
  • 273
  • 2
  • 10
1 2
3