Questions tagged [post-processing]

340 questions
-1
votes
1 answer

How to fade chromatic aberration using code in Unity

I am trying to fade a chromatic aberration effect in and out triggered by a keypress, but not sure where to start. I am using the built-in render pipeline. There seems to be little documentation on controlling post processing via code. Please…
Malted
  • 108
  • 7
-1
votes
1 answer

Dynamic chart that is updated each time step in paraview

I am using paraview to post process OpenFOAM results. I'm working on an open channel case. In addition to OpenFOAM run results, I've post-processed the flow rate through the inlet. Now I have a file that contains the flow rate in each time step. So,…
-1
votes
1 answer

How to add motion blur (non-zero exposure time rendering) in Three.js?

I am trying to achieve this effect: https://dl.dropboxusercontent.com/u/8554242/dmitri/projects/MotionBlurDemo/MotionBlurDemo.html But I need it applied to my Three.js scene, specifically on a Point Cloud Material (particles) or the individual…
mattdlockyer
  • 6,984
  • 4
  • 40
  • 44
-1
votes
1 answer

Templating css pseudo-namespace with unusual characters, then postprocessing to normal characters. Any downsides / totally disallowing issues?

I'm making a website, using: MODx, SASS, Bourbon & Neat, jQuery, Bootstrap, Velocity, and some other minor libraries. The IDE used is PhpStorm, all files are encoded in utf-8, no BOM; It also includes search forms from 3rd party resources, some of…
Yuriy Dyachkov
  • 439
  • 3
  • 16
-1
votes
1 answer

OpenGL framebuffer post processing

I'm trying to apply a simple vignette effect to my scene using a framebuffer and offscreen rendering. I was able to get the FBO and the effect working but for some reason my scene is not appearing at all. When the scene loads I can see the objects…
morcmarc
  • 163
  • 2
  • 8
-1
votes
1 answer

Interpolation with MATLAB in EMG processing

I have 3 EMG recordings for 2 muscles, with a sampling rate of 1000Hz. In other words I have 3 matrices of EMG data; each has 2 rows (for 2 muscles). However the number of samples (columns) in each isn't the same: the first one has 2600 samples, the…
neda
  • 1
  • 1
-2
votes
1 answer

Problem with Width and Height properity of a image on java

I'm having a problem with the Width and Height Property of an image on java. For some reason the are null. And on the properties of the image, I have the dimensions of the file. I need to control the dimension for not get an exception when the…
-2
votes
1 answer

Post Processing in Machine Learning Classfier

I am having troble searching for materials on this matter. Don't know exactly what search for. I am trying to get the result of my Logistic Regression classfier (that outputs a timeseries binary class), and make a filter that takes a window of X…
-2
votes
1 answer

Python script in abaqus error: 'numpy.ndarray' object has no attribute 'setValues'

Basically, I am trying to output a report with the two data x0 and x1. I followed the Abaqus .rpy format and tried to rename the calculated variable, but it is giving me this error. AttributeError: 'numpy.ndarray' object has no attribute…
Schneider
  • 37
  • 1
  • 8
1 2 3
22
23