Tagged Questions
0
votes
1answer
63 views
Three.js texture / image update at runtime
I am trying to change a cube image at run time by selecting an option from Select Form element. When running the code, the image changes after selecting, but the previous cube and image stays in the ...
0
votes
0answers
16 views
D3DXCreateTextureFromFileEx - lock image ratio and what ratio images do i need to create
Question 1:
Is there a way to set width to screen size and then let the height automatically adjust by locking the ratio. I'm currently using D3DXCreateTextureFromFileEx.
...
0
votes
1answer
33 views
Placing an image on a window while controlling its size - directX, c++
All code is pseudo
I have an image sized 1024 x 768.
It is a jpg
I have a window sized 1024 x 768.
I create a sprite, get a texture for it, then draw it to the screen.
for example:
...
2
votes
1answer
60 views
generate new patterns
I have a big texture image and I am using Efros and Freeman method (image quilting: http://www.cs.sunysb.edu/~vordonezroma/texturesynth.pdf) to generate new texture. But, my problems is somehow ...
1
vote
1answer
104 views
How can I draw a BufferedImage onto the screen using LWJGL?
I want to know how to draw textures with BufferedImages in LWJGL Java.
Does anyone know how to do this or is it impossible?
0
votes
0answers
22 views
store textures for further use
I'm developing an android app using libgdx and I would like some advice on an intelligent way of storing textures for further use.
The flow is as follows:
There are some icons associated with some ...
1
vote
1answer
116 views
Displaying image using SOIL with OpenGL
I have a have following code which is supposed to display an image but the image never appears.
GLuint tex_2d = SOIL_load_OGL_texture (
"ImageName.tga",
SOIL_LOAD_AUTO,
...
3
votes
2answers
169 views
WebGL - How to render large texture?
I'm trying to do some image processing in WebGL. But if I try to load large pictures (from camera - 8 MP) in a GLSL texture on mobile devices, the browser crashes. Small pictures working fine. So I ...
3
votes
2answers
286 views
How to generate texture mapping images?
I want to put/wrap images to 3D objects. To keep things simple and fast, instead of using(and learning) a 3D library I want to use mapping images. Mapping images are used in such a way:
So you ...
2
votes
1answer
92 views
Drawing to images/textures in html5
The situation: I'm creating a game where every player has its snake.
The problem: Under special circumstances, a players snake could be of more than thousand arcs. I redraw the canvas on every tick ...
2
votes
1answer
155 views
Image is not displaying in its original size in cocos2d
originalImage = [UIImage imageNamed:@"IMG_1968.PNG"];
NSLog(@"originalImage Height :: %f", originalImage.size.height);
NSLog(@"originalImage Width :: %f", ...
-1
votes
1answer
76 views
image with openGL, SOIL [duplicate]
Possible Duplicate:
Image loading using openGL, SOIL
while running the source code below, it displays just a wite quad without an image.
I tried to open an image called: foto.
I placed the ...
1
vote
1answer
266 views
Image loading using openGL, SOIL
I tried a lot of examples for loading and displaying images in openGL using SOIL.
while running the source code below, it displays just a wite quad without an image.
I tried to open an image called: ...
0
votes
2answers
400 views
Loading images in openGL
I'm currently learning how to load and use images in openGL.
I tried many examples of several tutorials.
Many of the tutorials use a function: LoadBMP or something.
This function was not declared by ...
0
votes
1answer
374 views
Three.js not showing my texture
I need to make a ball with a texture on it. I'm very new at WebGL and Three.js. The problem is that I see a White Sphere but not the texture on it. As a new user I am not able to submit a picture.
...
0
votes
1answer
77 views
OpenGL - Re-binding an already bound texture [duplicate]
Possible Duplicate:
Making redundant OpenGL calls
Let's say I have an Image class that has a method called draw that draws a part of the image on the screen, and also stores a handle to a ...
2
votes
2answers
136 views
Map image/texture to a predefined uneven surface (t-shirt with folds, mug, etc.)
Basically I was trying to achieve this: impose an arbitrary image to a pre-defined uneven surface. (See examples below).
-->
I do not have a lot of experience with image processing or 3D ...
0
votes
1answer
151 views
How to correctly create OpenGL texture from Image?
Can anyone give me information about how to correctly create OpenGL texture from image (NSImage or image file) while using ARC? I tried using CGImage (something like ...
1
vote
1answer
1k views
How to scale images for cocos2d game to iPhone/iPad (with and without Retina)
I'm working on a game in cocos2d (1.0.1), my artist sent me psd project files, all 3200x1800 resolution 300ppi. I'm supposed to make it for iPad and iPhone with and without Retina display.
I realised ...
0
votes
3answers
263 views
How to save images in the memory with LWJGL?
I've been using java regular graphics device, awt and swing stuff, with Graphics, Graphics2D, and etc. for a while, and then a started to watch a series of tutorials about LWJGL. I really enjoyed and ...
0
votes
1answer
489 views
How to only use parts of images for LWJGL
Hey I would like to know if there is a way to only take part of an image and turn it into a texture for LWJGL. Here is my basic code for loading an image and using as a texture. The PNG decoder is ...
6
votes
0answers
457 views
Abysmal OpenCL ImageSampling performance vs OpenGL TextureSampling
I've recently ported my volumeraycaster from OpenGL to OpenCL, which decreased the raycaster's performance by about 90 percent. I tracked the performance decrease to the OpenCL's imagesampling ...
0
votes
1answer
177 views
where to find 2d textures of earth
google images is no good. Where are there some free 2d images of earth, preferably in raw format to make it easier to read into open gl texture, to use to map onto a 3d sphere.
0
votes
0answers
162 views
rendering to texture image with text(webgl)
I'm rendering image with text into a certain texture simultaneously.
It's possible now. I already found it.
It draws image and fills text to canvas that is divided into two area,
but I need to draw ...
0
votes
0answers
416 views
Creation of GLCM texture images using MATLAB
I am quite new to image processing and I have question concerning the use of a MATLAB function like a filter (graycoprops).
In the problem occurring is that I want to process the image using this ...
0
votes
1answer
103 views
Algorithm for change specific color of when rendering
Given that I have a texture file generated from a font bitmap builder like this:
Now I load it into my program. Then, I want to write my text with different colors rather than black such as blue, ...
2
votes
2answers
881 views
Dynamically creating a Texture2D
I wanted to create a semi-transparent overlay for my screen and decided to dynamically create a custom Texture2D object using the following code:
const int TEX_WIDTH = 640;
const int TEX_HEIGHT = 480
...
1
vote
1answer
2k views
CSS mask-image not working (tried firefox and safari)
I'm trying to use the mask-image property to put a texture over text... It works when I view it on other people's sites but when I try to view it on a demo site I made it doesn't work...
Here is my ...
0
votes
1answer
529 views
the method of calculate the GLCM of a specific point in a image
as we know ,GLCM (Grey Level Co-occurrence Matrix)describes the texture characteristics of images . but in usual, the calculation of GLCM in opencv , matlab often aim on a picture .but now i just want ...
0
votes
1answer
635 views
How to convert a CVImageBufferRef to an OpenGL texture
I need to create an OpenGL texture of type GL_TEXTURE_RECTANGLE_EXT, so that I can use
...
1
vote
1answer
377 views
MATLAB Anonymous function handle to use with NLFILTER
I have the following function which calculates a GLCM and then a given statistic parameter. I would like to pass this function to NLFILTER to do the calculation for a whole image (in small windows, ...
3
votes
2answers
2k views
How to load Image from user's computer
Is it possible to load image to XNA game from user computer? For example, I want to load "C:\Images\Box.png" to sprite texture. Is it possible? If yes, how?
0
votes
1answer
439 views
OpenGL ES 2.0 Showing black screen on iOS 5 Simulator/Device
I have developed an app in which Images needs to be shown using texture on OpenGL ES 2.0 for iPhone.
its working perfectly fine on iOS 4.x on both device and simulator but when I run on iOS 5 ...
0
votes
1answer
224 views
Put an image in a texture in Android
I don't have any problem managing textures. But I didn't work that much with loading textures from images. All I know is that the texture needs to be of size 2^i by 2^i.
But what's the best technique ...
1
vote
1answer
330 views
JOGL: some GL constants can not be resolved
i've written a java program with JOGL included.
Everything worked fine, until i wanted to render an image (jpg,gif,png) with a texture.
i found following code snippet:
import javax.media.opengl.*;
...
1
vote
1answer
572 views
GLUT Creating a binary / RAW image file
I have question about creating a binary / raw image file.
I've made an image in photoshop and now I want to load that in a C program.
I followed this tutorial ...
0
votes
1answer
562 views
Using depth image data to construct 3D model in WebGL
I have an image that is a combination of the RGB and depth data from a Kinect camera.
I'd like to do two things, both in WebGL if possible:
Create 3D model from the depth data.
Project RGB image ...
2
votes
3answers
977 views
What happened to TextureMgr?
In cocos2d, there used to be a TextureMgr method (Async) that let you load images for later use. Now when I use TextureMgr, it says it's undeclared. Is it deprecated? I'm on .99.5. If it's no longer ...
3
votes
2answers
1k views
image Texture Feature using Gabor filter
I have the following gabor filter to extract image texture feature..
a=imread('image0001.jpg');
a=double(a);
a=a-mean(a(:));
[r,c,l]=size(a);
K=5; S=6;
Uh=0.4;
Ul=0.05;
...
0
votes
1answer
1k views
OpenGL DevIL c++ source code
After spending hours searching for a simple way to to add an image to an openGL application written in C++, i failed, miserably. It is also apparent that many others have too.
I am fairly new to ...
2
votes
3answers
397 views
How to detect a image texture?
So we have a photo like this
How to detect that a red wall has a white figure painted on it and that that white figure is a texture and than how to cut that wall from the picture? I need an ...
12
votes
4answers
6k views
Packing rectangular image data into a square texture
I have N items of 2D image data that will be rectangular and I want to pack them into a single power of 2 texture as efficiently as possible.
A simple non-efficient and naive implementation of an ...


