Ico Sphere Subdivisions Missing - blender

I am using Blender to create some Ico Spheres for a project. The videos on Youtube show how to perform this quickly and increase the number of subdivisions. With the new blender though I cannot locate the tab that allows you to change the subdivisions.
Does anyone know how to do this?

When you add new Ico Sphere operator is located at bottom left corner. Click little arrow to expand operator and adjust parameters if you need to.
Ico sphere operator

Related

How to detect an image between shapes from camera

I've been searching around the web about how to do this and I know that it needs to be done with OpenCV. The problem is that all the tutorials and examples that I find are for separated shapes detection or template matching.
What I need is a way to detect the contents between 3 circles (which can be a photo or something else). From what I searched, its not to difficult to find the circles with the camera using contours but, how do I extract what is between them? The circles work like a pattern on the image to grab what is "inside the pattern".
Do I need to use the contours of each circle and measure the distance between them to grab my contents? If so, what if the image is a bit rotated/distorted on the camera?
I'm using Xamarin.iOS for this but from what I already saw, I believe I need to go native for this and any Objective C example is welcome too.
EDIT
Imagining that the image captured by the camera is this:
What I want is to match the 3 circles and get the following part of the image as result:
Since the images come from the camera, they can be rotated or scaled up/down.
The warpAffine function will let you map the desired area of the source image to a destination image, performing cropping, rotation and scaling in a single go.
Talking about rotation and scaling seem to indicate that you want to extract a rectangle of a given aspect ratio, hence perform a similarity transform. To define such a transform, three points are too much, two suffice. The construction of the affine matrix is a little tricky.

UV mapping in blender not showing properly when unwrapping

I am trying to uv map a cube in blender 2.74, but even though all six faces are placed on the image on the left hand side, only two of them actually show on the cube on the right hand side. I have tried unwrapping in different ways and moving the squares on the left hand side around, but still only two sides show the image.
When I try more complicated shapes (a tree), none of the faces show the texture, no matter how I unwrap.
However, when I export as a .obj file and draw it with opengl, all sides are textured, with the texture coordinates in the places where I uv mapped them to.
So my problem is that I don't know what it is going to look like until I actually export the file.
How do I get all faces of an object to show textured as I do the mapping?
simple solution, duplicate a couple of those light sources(the dashed line outlined black sphere that always appears in the cube startup program), and place them around your object. Also switch between shading options.

Blender how to round edges of face

I'm trying to make a round eye in my object by selecting a face, pressing e, dragging it into the face a little bit and I'm trying to make that eye round instead of square. How can I do this?
There is "To Sphere" AltShiftS available under Mesh->Transform. As the name suggests it adds a spherical influence, if the selected verts lay flat on a plane the result is circular.
Another option is an addon called LoopTools. Enable it and you have some extra options in the specials menu (W) which includes Circle, which will give a circular influence to the selected vertices.

How to blend a smaller texture at certain coordinate of the source picture (a still image) using GPUImage

i'm using GPUImage library and i wish to put a small logo or text at certain coordinate of a still image.
i tried using GPUImageSourceOverBlendFilter, it blends the 2nd picture into source picture but default at the center of the source picture.
Can anyone share some idea how i can achieve this?

blender export / one sided polygons

I'm really new to 3d modeling, blender, etc.
I created a model with blender (a room). Now I exported it (as .obj) so that I can import it to CopperCube (a tool to create 3d scences).
The problem is, that the walls are only visible from outside. Take a look into the pictures:
Blender:
http://imageshack.us/photo/my-images/341/blenderg.png/
CopperCube:
http://imageshack.us/photo/my-images/829/coppercube.png/
I asked the forum of CopperCube and they said that there are only one-side polygons (or flipped). Is there a way to change this? Sorry, but I am a total beginner with this...
Here's the answer of the CopperCube forum:
I don't know blender, but are there any options you can change for exporting? It looks like your model just has one sided polygons, or the normals are flipped for some of them.
Make sure you have the normals checkbox checked in OBJ export options (at the left side, it's off by default):
You will need to model your room to have slim cubes instead of planes whenever they should be visible from both sides.
You can display the normals in Blender in edit mode. In Properties (N) scroll down to Mesh Display and check the type of normals you want to see and their length.
To recalculate the normals or flip their direction go to the Tool Shelf (T) in the Normals section.