Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
486 views

Initial skeleton for Firefox extensions?

I always seem to have a hard time starting a new Firefox extension. Can anyone recommend a good extension skeleton, scaffold, or code generator? Ideally one that follows all the best practices for ...
5
votes
3answers
731 views

How could I customize Zend_Tool to provide my own skeleton/template?

Zend_Tool is nice, it generates a project with a given name & a given path. But after a while, i started to develop my own tools, like helpers, plugins, validators, etc... I put them all in ...
5
votes
7answers
252 views

What are your favorite skeleton files for the various languages?

It is useful to have skeleton or template files that you can just copy and use as a basis for a new script or app. For example, I use the following ones (emacs with the auto-insert module ...
4
votes
1answer
40 views

Auto generate method comment in XCode

Is there a way in Xcode to generate method comment automatically similar to what you do in Eclipse for javadoc comments. For example press you may hit /** one row before a method declaration and ...
4
votes
2answers
686 views

Is OpenGL ES suitable for performing skeletal animations?

I have to start a 3D-Project for mobile platforms. First of all I would like to outline the main aim - skeletal animation. As for the solution I was thinking of OpenGL ES and C++. So the questions ...
4
votes
1answer
1k views

OpenGL skeleton animation

ok bear with me, as I just started learning OpenGL a few days ago, and am now trying to add animation to my program. I have human model created in Blender with skeletal animation, and I can skip ...
4
votes
2answers
340 views

Recursive XML in scala

I am trying to parse this document in scala: <?xml version="1.0"?> <model> <joint name="pelvis"> <joint name="lleg"> <joint ...
3
votes
0answers
39 views

what is a skeleton in rmi? How it is different from the stub file i kept on the client machine? [closed]

Possible Duplicate: What is a skeleton in a network? what is a skeleton in rmi ? I created a stub file and kept one in the client machine and the same in the server machine. I didn't keep ...
2
votes
2answers
146 views

Where to find Symfony2 clean skeleton?

I need a clean skeleton, without default demos and configs, to understand all the configuration process, begin from zero, and bundle creation for Symfony 2. Thanks!
2
votes
1answer
139 views

AppFuse Benefits?

I am starting on a brand new web application and would like to know more about AppFuse. What are major reasons for choosing AppFuse apart from boilerplate code generation? Is it flexible enough to ...
1
vote
2answers
86 views

Sending complex data with skeleton/content mechanism in Boost MPI

It seems that sending stl complex data via the skeleton/content mechanism does not work. Here is a simple code that shows the problem: #include <boost/mpi.hpp> #include ...
1
vote
1answer
111 views

Additive Skeleton Animation

Im having a hard time to code additive skeletal animation. Everything work fine if I playback each animation separately so I know that the pose of each animation is correct... What I can't figure out ...
1
vote
2answers
54 views

Java RMI random latency in a HPC application

I'm using Java and RMI in order to execute 100k Montecarlo Simulations on a cluster of hundreds of cores. The approach I'm using is to have a client app that invokes RMI processes and divides ...
1
vote
2answers
274 views

Interpolation using boost:timer and slerp, quaternions

Im aware this code just looks like a massive block of mess so iv'e done my best to comment what i can... If anyone regularly does skeletal animation im hoping youl see whats going on here. The ...
1
vote
1answer
127 views

Best approach to maintain skeleton for my projects with git

For few years I was looking for way to manage multiple projects I'm working on. Every single one is different in some way, but the core of application in common for all. When I implemented some new ...
0
votes
2answers
37 views

How do I render a full body with skin using Kinect skeleton data?

Using the Kinect API I can get "skeleton" information, how do I use this to render a full body with volume, skin a face, etc?
0
votes
1answer
44 views

Netbeans project skeleton

Is there a plugin for netbeans that will help you create a skeleton project so everytime you are starting a new project you could simply click File -> New Project from Skeleton instead of copying ...
0
votes
0answers
171 views

maxscript: skin mesh is moved by transfer of weights

I'm trying to write a script to transfer a skinned mesh from one CAT skeleton to an identical standard bone skeleton in 3ds Max. Everything is working fine for most meshes, however, I have one that ...
0
votes
0answers
32 views

Using a Skeleton in Mercurial for multiple similar projects

I have multiple modules, each in their own repository. Then there's a skeleton, which has some basic code that's common for all clients, with subrepos of some modules that are always included. What ...
0
votes
1answer
307 views

Joint positions to rotations

I have the following problem: I need to transform skeleton joint positions, from Kinect, to joint rotation angles.
0
votes
0answers
74 views

Skel to infinity morphological operations on 3D volume

I have a 3D volume image that consists of 2D tomographic images. In MatLab, for 2D images, we can use bwmorph and call for 'skel' operation to infinity to get a pixel thick overall outline of the ...
0
votes
1answer
321 views

How can I create a new rails app with rails > 3.0.3?

I am having an issue with any rails version that is after 3.0.3 when creating a new application and I would like your opinion. First I remove rails from my system gem uninstall rails and follow the ...
0
votes
1answer
365 views

details of function bwmorph(image, 'skel') and applylut

I want to understand some detaails of function bwmorph(image, 'skel'). When I typed in matlab console: type bwmorph I found such code about function SKEL % % Function SKEL % function [c,lut] = ...
0
votes
1answer
353 views

Phpunit skeleton generator cannot find extends class

I have an application based on the Zend Framework that I am trying to use phpunit to generate skeletons for the test cases. Phpunit can't seem to find the parent classes of the classes I am trying to ...
0
votes
1answer
308 views

Image Thinning Algorithm in perl?

I read the Zhang-Suen 's Thinning Algorithm from the web and write the perl code to thinning the image. But when the code runs, the code causes a excessive erosion of the region. the ascii image ...
0
votes
1answer
112 views

Symfony Doctrine skeleton files

I'm using Symfony 1.4 with the Doctrine 1.2 plugin. I would like to add some function to the Doctrine auto-generated models files (*Base.class.php). Thoses file are normally generated using ...
0
votes
1answer
529 views

Collada and Skeletal Animation

I am attempting to implement a skeletal animation setup within a game engine I am currently coding for my practicum at school. The engine is coded in c++ and directx 10 using a right handed system. ...
0
votes
2answers
714 views

What is the algorithm of Skeleton

This function bwmorph(Img,'skel',Inf) return the skeleton of a binary image. What I'm looking for is the algorithm used by this function to do it manualy ?
0
votes
1answer
295 views

sample open src SIMPLE j2ee skeleton application

I have worked on java/jsp project at university leve.I have develped apps in java,jsp , servlet and hibernate.But i think my coding style is not up to level.Means it is not properly modularized . I ...
0
votes
1answer
70 views

Efficient MapReduce when dealing with streams to queries to the same dataset

I have a massive, static dataset and I've a function to apply to it. f is in the form reduce(map(f, dataset)), so I would use the MapReduce skeleton. However, I don't want to scatter the data at ...
-5
votes
0answers
65 views

Extracting blood vessels through image processing. Wrong result [closed]

I have the following image My goal is to obtain the blood vessels in the image as thin white lines on a black background. So I wrote this code in matlab clear all ...