MeshLab: fill empty section - mesh

I'm a newbie to mashlab. I brought the bear model as a point cloud, but as you can see there is no point cloud in the neck area. I want to make a mesh that connects the neck and the body, but it doesn't work because the space is too empty. let me know if there is a better way.
*I tried close holes, but it doesn't work..
enter image description here
enter image description here

Related

In need of a simple script or free online service to crop and reduce multiple images to 1440x810#72dpi

I know the output image size requirement is 1440 pixels by 810 pixels #72 dpi.
Problem incurred lots of software and services lock the 16x9 ratio but do not output a standard size.
I want to beable to have the cutting box to zoom in and the cropped image to always be 1440x810#72dpi.
And a feature to move coping box around in the original image would be a nice feature. I just need a working solution that is free temporarily.
Script requires upload of a high quality image and 16x9 cropping box appears over image to crop features out of image and hitting crop would set the box default to 1440x810 so definite cropping box restriction to stop when maximum threshold of conversion is met to not pixelate the output produced image.
Appreciate all the help I can get. Have a wonderful day.
I am in the process of using my android phone and a public computer hence free online service. Normally I would use my photos hope cs6 version but that is not currently available.
I will continue searching but it's like finding a needle in the haystack.
I am hoping another expert has already knows a solution.

Collision of the boxes coming from two different paths

I am at a customer place and thinking about a logic about the box passing. I am afraid that I have not reached out to an clean solution yet.
Problem statement:
There are two points from where boxes can come on a path. pointA & pointB. All I want is to figure out how to make sure that the boxes do not collide if they come from different paths. Pictorial representation is attached for the problem. I am free to put sensors on the path to know whether box has come or not.
In the image I have attached, there are 3 sensors, s1, s2, s3 which tell me that if there are any boxes in front of them or not.
This is what I have thought of till now. If there is any box in front of s3, stop box at s1 and let box at s3 go. As soon as box at s3 reaches to s2, I start moving box at s1. Please write me if I am not clear on this.
Problem I see is if multiple boxes, say 2 boxes box1 & box2, come together at s3 separated by minor space. In my logic, box1 at s3 would stop the box at s1, which is fine. Along with box1, box2 would also go from s3. Whenever sensor at s2 sees that box1 has reached s2, my logic starts moving box at s1 as well and thus box from s1 and box2 would collide.
How do I make clean logic for this problem so that boxes do not collide.
I know it is difficult to explain. I am very happy to write any clarifications, if needed.
P.S. Tagging C++ since I am coding in C++ for this. Admin, please feel free to add the right tags.

Making a shape act like a connector and snap to another shape. Visio

I'm pretty new to Visio but I'm trying to figure how I could possible design a stencil to snap to a connector marker on another stencil/shape.
I have looked into actually editing the connector itself too see how its designed. I'm wondering If I could recreate the Endpoint on a single location for a shape stencil. Which would snap into place on to the designated shape, when a user drags it on to the worksheet.
Would anyone have any ideas or pointers on how I could achieve this?
I found my solution here.
http://visiozone.com/?p=298
Pretty much I had to take a 1D shape (A line) and Adjust the parameters of its boundary box inside the master shape, then group it too get it to act like a 2d shape. After, I could edit the group and add the shape I wanted then. Deleting the line and adjusting the endpoints.
Highly recommend checking the link out. I hope this helps anyone out there with this issue.
I'm not sure why its really difficult to find information on Visio. Being a 19 year old program. Haha.

Auto Crop Picture From Scanned Document

i am working on a project where i have to scan a lot of pages (application form) where each form is attached (pasted with glue) with application picture. So, i need to get the picture (crop only the picture) from that scanned page/document.
I have attached a sample..
i can set the exact location on the document/image but few issues with that:
1. attached/pasted image is not on same size..
2. it may be not be pasted on same place on each form
3. it may be rotated slightly..
so, i am looking for some automated process that can take out the picture correctly regardless the above issues. i assume face detection may be the tool, but i am not sure about that..
so, it would be great if any one can help me with that?
thanks in advance
any help will be highly appreciated...

Can we resize a QR-Code?

Does anyone know if we can resize a QR-Code easily by using a proper vector program OR, is the size information contained on that code, hence, we will not be able to resize without changing the code ?
Thanks in advance.
You can resize as much as you want. The information is encoded in the pattern of the data, not in the size of the dots themselves. As long as a scanner can resolve properly between light/dark, the QR code should be readable at any size.
Update 2016: If someone happens to need to upscale a QR code image in some sort of browser/webview - you might get away with a simple CSS property:
img {
image-rendering: pixelated;
}
This way the upscaled image stays sharp.
See a comparison here: http://codepen.io/erkkit/pen/GodxGX
For high resolution (vector image) QR code for printing/publishing:
Get your free QR code
Right-click-and-save OR PrintScreen the QR code
Open/insert it in Photoshop, crop the QR code, and save as *.psd file (default Photoshop format)
Open that *.psd file with Adobe Illustrator – and you get the vector QR code. DONE! :)
Don't just re-size it that will make the edges blurry. You want it to have hard edges like MS-paint or the pencil brush in Photoshop. Open the file in Photoshop and go to IMAGE - RE-SIZE IMAGE and make sure Nearest Neighbor is selecting from the bottom drop down menu before you click OK
You CAN'T, not with the free QR generators. Unless you do some Adobe Illustrator tweaks with Live Trace/Paint afterwards. The abundant free QR generators are a joke when it comes to publishing the QR code you need. Resizing an originally low resolution image (the previous comment) for publishing/printing purposes is the most rediculous statement I've seen in a while. The guy doesn't know what he is talking about.