Questions tagged [warp]

Windows Advanced Rasterization Platform. This does NOT refer to the Haskell warp HTTP server, use the haskell-warp tag instead!

94 questions
0
votes
1 answer

simple mesh warping without external library

i have to warp an image without external libraries (etc. opencv). Example I also found a solution via google: Iterate the pixel within the destination mesh Calculate the relative mesh position of the pixel Map the relative mesh position into the…
retro009
  • 23
  • 1
  • 4
0
votes
0 answers

Notice: layouts:head not found in paths: joomla, yoothemes, warp

I am in a pickle..I tried to move my joomla site from a sub folder to the root...I've done it before and it worked fine..this time after to the move I got an error: Notice: layouts:head not found in paths:…
0
votes
1 answer

Calculating new positions of keypoints

can somebody help me, how we can calculate the new positions of keypoints in the transformed image,the keypoints were detected in original image. I am using opencv homography matrix and warpPerspective to make the transformed image. Here is a…
MMH
  • 1,676
  • 5
  • 26
  • 43
0
votes
2 answers

Programatically determining if I need to use a hardware rasterizer

I have a DX11 application to which I would like to add support for software rendering. This is because in some circumstances it will be run on machines without GPUs. From the research I have done, it seems like my best bet is WARP. It was…
Justin R.
  • 23,435
  • 23
  • 108
  • 157
0
votes
0 answers

panoramic stitching of 3 images using opencv and C++

I am using open CV and C++ to stitch 3 images together so that it forms a panorama. So what I am doing is.. use SURF Detector then Surf Descriptor Extractor etc to stitch 2 images. I then save the result of these 2images in the folder where my…
yumm
  • 63
  • 1
  • 1
  • 9
0
votes
1 answer

How to rotate a particular part in an image?

As I mentioned in my previous post, I need to do a application which takes frontal face image and make it as an animated image. In this the main part is to rotate the head part. I used this blog to rotate the image. What I did is I selected the face…
user2727765
  • 616
  • 1
  • 12
  • 28
0
votes
1 answer

Joomla using left "sidebar a" when using warp framework

I'm currently trying to make a website using Joomla. I have found a very nice template that suits my needs, but there is a problem when I try to use the left "sidebar a" spot (http://demos.themekat.com/fsmods)- it appears on the right. I've…
Konstantin Grigorov
  • 1,356
  • 12
  • 20
0
votes
1 answer

SlimDX Warp Device using KeyedMutex

I use Direct2D with DirectX11 via KeyedMutex. Everything works great if I am using a Hardware device. As soon as I default to Warp device I have a problem when I go to create a Texture2D object, I get the error message "Direct3D11Exception:…
FrozT
  • 65
  • 1
  • 1
  • 8
0
votes
1 answer

find orientation of pixel patch in affine transformed image with respect to original reference

In part of my project I need to compute orientation of a patch in an affine transformed image. Now my problem is that I don't know how can I find this computed orientation with respect to original un-warped image. For example a point in warped image…
batista cori
  • 543
  • 2
  • 6
  • 18
0
votes
1 answer

Can Warp in yesod used to host CGI application?

An old python CGI application is now running under ocsigen with cgimod extension. Whether or not warp support CGI application just by some configuration ? Any suggestion is appreciated!
z_axis
  • 8,272
  • 7
  • 41
  • 61
0
votes
1 answer

Image Transformation (strong wind) c/c++

I want to manipulate a Image like this: http://cdn.jolie.de/bilder/frisuren-fuer-eckige-gesichter-400x500-641657.jpg after the manipulation it should have a effect like this: http://old.likeyou.com/artistsbios/gfx.php?id=9025 like strong wind is…
-1
votes
1 answer

React fetch not reaching warp (rust) server

I have a problem accessing my warp api from react, even though I have my vite proxy set up like so: export default defineConfig({ server: { proxy: { '/api': { target: 'http://localhost:3030/api/shop', changeOrigin:…
Chris
  • 1
  • 1
-1
votes
1 answer

open cv warp transformation

ich have a script to transform and warp an Image with open cv. unfortunatel i get an error. It seems that cv2.warpPerspective cannot read the image. Do have an idea to solve the issue? You will find the code here: import cv2 import numpy as…
Padavan
  • 1
  • 1
-1
votes
1 answer

Questions regarding Fermi-Architecture, Warps and Perfomance

As the fermi-whitepaper suggests, there are 16 SMs (Streaming Multiprocessors), whereas each of them consists of 32 cores. The gpu executes a thread of a group of 32 threads, called warp. First question: Am I right to assume, that each warp could be…
NHSH
  • 69
  • 7
-1
votes
1 answer

Proper algorithm for images processing

I'm trying to resolve problem related to image processing, but it seems that I have stucked in choosing of proper algorithm. Maybe someone of you can help me and say where is the problem in my reasoning of the problem. Let's assume that we have two…
Tatarinho
  • 754
  • 2
  • 11
  • 31