Questions tagged [fusion]

Fusion is the code name for the assembly loader in .NET. Alternatively, it is a compiler optimization that removes intermediate data structures from composed operations on those data structures (also known as "deforestation").

It is fusion's job to seek out assemblies and load them into the current app domain so that a program can execute. The Assembly binding log viewer shows where it looks to find assemblies, and any issues that may arrise in loading them.

225 questions
0
votes
1 answer

Kinect Fusion volume voxel settings?

I need some help trying to figure out the Volume Voxel Per Meter and Resolution settings in Kinect Fusion...mostly how, and if at all, they interact with Depth Threshold settings in the Kinect Fusion Explorer program please...because I don't get if…
GI1
  • 116
  • 8
0
votes
0 answers

Using google map api (or fusion) to make a Customized Deprivation map

I am trying to make a deprivation map using google map. My data contains an array of 2 elements - 'a deprivation value' at a location 'postcode'. All I need to do is to draw a color (darker = more deprivation) on the postcode area. This seems to be…
0
votes
1 answer

Control the number of processes with Phusion Passenger?

I have one rails app run with Phusion Passenger as a standalone server with the command bundle exec passenger start --port 8000 --user ubuntu --daemonize. The issue is that Passenger launches too many processes for my work and consumes quite a lot…
prosseek
  • 182,215
  • 215
  • 566
  • 871
0
votes
1 answer

Fusion attempting to load assembly that's not referenced anywhere

When I tried to sign my project I discovered that Fusion attempts to load certain dlls that do not exist. This will obviously fail, but I don't understand why it tries to load these dlls. I cannot find references to these dlls anywhere in the…
MSC
  • 1
  • 2
0
votes
0 answers

(Kinect v2) Alternative Kinect Fusion Pipeline (texture mapping)

I am trying a different Pipeline without success until now. The Idea is to use the classic pipeline (as in the Explorer Example) but additionally to use the last ColorImage for the texutre. So the idea (after clicking SAVE MESH): Save current Image…
Waterplant
  • 13
  • 5
0
votes
1 answer

JS Gauge with growing arc

Does anyone know of a JavaScript charting library that is capable of drawing a a gauge like this: I've already looked at Highcharts, Kendo UI and FusionCharts, but I couldn't find any samples with a non-constant width of the arc...but that could…
Daniel Sklenitzka
  • 2,116
  • 1
  • 17
  • 25
0
votes
1 answer

Unregister assemblies from GAC using wildcards

I have a large number of assemblies to un-register from the GAC, I'd rather not have to go through them one at a time. Is it possible to use wildcards in the gacutil? (or, a batch\Powershell script)
BanksySan
  • 27,362
  • 33
  • 117
  • 216
0
votes
1 answer

Visual Studio 2013 builds take 4 times as long when trying to build using either MSBuild or Incredibuild

For several days I've been building my solution, with 30+ projects and have noticed that when building, rebuilding, or cleaning my solution it a very long time, about 4 times as long as other peers in my team. This occurred when trying to build…
Merav Kochavi
  • 4,223
  • 2
  • 32
  • 37
0
votes
1 answer

Do you know how combine bar and spline chart in fusionc chart?

I need to combine bar chart and spline chart using fusionchart api. Do you know how to combine bar and spline chart in fusionchart?
0
votes
1 answer

Fusion Classifier in Weka?

I have a dataset with 20 features. 10 for age and 10 for weight. I want to classify the data for both separately then use the results from these 2 classifiers as an input to a third for the final result.. Is this possible with Weka????
Julia
  • 29
  • 2
0
votes
0 answers

LINQPad isn't finding embedded assembly

I have my own assembly where I've embedded some third party assemblies into the dll via the Vitivec Assemblies Embedder extension. These third party assemblies are all used internally and not exposed outside of my assembly. All works fine when…
Terry
  • 2,148
  • 2
  • 32
  • 53
0
votes
1 answer

How to create Fusion Applications Customization Application

I have to create a Fusion Applications Customization Application in Jdeveloper. As per the various forums I have to choose File > New to open the New Gallery. In the New Gallery, select Applications > Fusion Applications Customization Application.…
Aalekh
  • 400
  • 2
  • 7
  • 12
0
votes
2 answers

.NET assembly loading problem

I'm maintaining the build process for our application which consist of an ASP.Net application, two different Win32 services and other sysadmin related applications. I want to end up with the following configuration to be used both when debugging &…
Simon
0
votes
1 answer

how to use multiple volume in Kinect fusion C#?

i am creating map using kinect fusion. I am moving camera scan the area I want to know how to use use multiple volumes in kinect fusion? any one can help me?
0
votes
1 answer

Order of installations of fusion middleware components

I am required to install the following Oracle fusion middleware components for a project using chef (I know how to use chef so that is not a problem). OHS, WLS, JRockit. SOA, OSB, oracle_common, ODI, AIA. I am going to setup an oracle database…
Sbal
  • 343
  • 7
  • 20
1 2 3
14
15